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