Class: Testdo::Unwrap

Inherits:
Object
  • Object
show all
Defined in:
lib/testdo/capture.rb

Overview

used to outflank refinement

Instance Method Summary collapse

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