# File lib/pry/commands/show_source.rb, line 42 def content_for(code_object) Code.new(code_object.source, start_line_for(code_object)). with_line_numbers(use_line_numbers?).highlighted end