Module: Namlet::Expectation
- Defined in:
- lib/namlet/expectation.rb
Instance Method Summary collapse
Instance Method Details
#initialize(target) ⇒ Object
3 4 5 6 |
# File 'lib/namlet/expectation.rb', line 3 def initialize(target) target = target.instance_variable_get(:@actual) if Namlet::Wrapper === target super(target) end |