class Pry::Command::ShowInput

def process

def process
  output.puts Code.new(eval_string).with_line_numbers
end