method
new
1.1.4 -
Show latest stable
- Class:
Spec::Mocks::MatcherConstraint
new(matcher)public
No documentation available.
# File lib/spec/mocks/argument_expectation.rb, line 5
def initialize(matcher)
@matcher = matcher
end