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