# File lib/directory_manager.rb, line 148 def show_file(relative_path) path= File.join(@path, relative_path) File.read(path) end