Method: Main::Program::InstanceMethods#shell!
- Defined in:
- lib/main/program/instance_methods.rb
#shell! ⇒ Object
200 201 202 203 204 205 |
# File 'lib/main/program/instance_methods.rb', line 200 def shell! Pry.hooks.clear_all prompt = "#{ name } > " Pry.config.prompt = proc{|*a| prompt } binding.pry end |