Class: Testdo::Unwrap
- Inherits:
-
Object
- Object
- Testdo::Unwrap
- Defined in:
- lib/testdo/capture.rb
Overview
used to outflank refinement
Instance Method Summary collapse
-
#initialize(obj) ⇒ Unwrap
constructor
A new instance of Unwrap.
- #send(*a, &b) ⇒ Object
Constructor Details
#initialize(obj) ⇒ Unwrap
Returns a new instance of Unwrap.
5 |
# File 'lib/testdo/capture.rb', line 5 def initialize obj; @obj = obj end |
Instance Method Details
#send(*a, &b) ⇒ Object
6 7 8 |
# File 'lib/testdo/capture.rb', line 6 def send *a,&b obj.send *a,&b end |