# File lib/pry/default_commands/editing.rb, line 19
        def process
          output.puts Code.new(eval_string).with_line_numbers
        end