class Pry::Command::ShowInput

Public Instance Methods

process() click to toggle source
# File lib/pry/commands/show_input.rb, line 11
def process
  output.puts Code.new(eval_string).with_line_numbers
end