Method: Pry::Method#wrapped
- Defined in:
- lib/pry/method.rb
#wrapped ⇒ Method, ...
Get underlying object wrapped by this Pry::Method instance
284 285 286 |
# File 'lib/pry/method.rb', line 284 def wrapped @method end |
Get underlying object wrapped by this Pry::Method instance
284 285 286 |
# File 'lib/pry/method.rb', line 284 def wrapped @method end |