class Pry::Command::Bang
Public Instance Methods
process()
click to toggle source
# File lib/pry/commands/bang.rb, line 16 def process output.puts 'Input buffer cleared!' eval_string.replace('') end