method
new
1.2.8 -
Show latest stable
- Class:
Spec::Matchers::OperatorMatcher
new(actual)public
No documentation available.
# File lib/spec/matchers/operator_matcher.rb, line 20
def initialize(actual)
@actual = actual
end