Module: Pry::Shell::Patches::Object
- Defined in:
- lib/pry/shell/patches/object.rb
Instance Method Summary collapse
Instance Method Details
#pry_shell(host: DEFAULT_HOST, port: DEFAULT_PORT, with_byebug: true) ⇒ Object
7 8 9 |
# File 'lib/pry/shell/patches/object.rb', line 7 def pry_shell(host: DEFAULT_HOST, port: DEFAULT_PORT, with_byebug: true) Session.run(self, host: host, port: port, with_byebug: with_byebug) end |