module Namlet::Expectation

Public Class Methods

new(target) click to toggle source
Calls superclass method
# File lib/namlet/expectation.rb, line 3
def initialize(target)
  target = target.instance_variable_get(:@actual) if Namlet::Wrapper === target
  super(target)
end