Class: Pry::REPL
Instance Attribute Summary collapse
-
#pry ⇒ Pry
The instance of Pry that the user is controlling.
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(pry, options = {}) ⇒ REPL constructor
-
#start ⇒ Object?
Start the read-eval-print loop.
Methods included from Forwardable
Constructor Details
Instance Attribute Details
#pry ⇒ Pry
9 10 11 |
# File 'lib/pry/repl.rb', line 9 def pry @pry end |