# File lib/pry/commands/show_input.rb, line 12
    def process
      output.puts Code.new(eval_string).with_line_numbers
    end