method
matches?
1.3.1 -
Show latest stable
- Class:
Spec::Matchers::BeComparedTo
matches?(actual)public
No documentation available.
# File lib/spec/matchers/be.rb, line 93
def matches?(actual)
@actual = actual
@actual.__send__(@operator, @expected)
end