class Pry::Command::ShowInput
Public Instance Methods
process()
click to toggle source
# File lib/pry/commands/show_input.rb, line 15 def process output.puts Code.new(eval_string).with_line_numbers end