Class: Pry
- Inherits:
-
Object
- Object
- Pry
- Defined in:
- lib/rspec-interactive/pry.rb
Instance Method Summary collapse
Instance Method Details
#eval(line, options = {}) ⇒ Object
6 7 8 9 10 |
# File 'lib/rspec-interactive/pry.rb', line 6 def eval(line, = {}) RSpec::Interactive.eval(line, ) do old_eval(line, ) end end |
#old_eval ⇒ Object
4 |
# File 'lib/rspec-interactive/pry.rb', line 4 alias_method :old_eval, :eval |