method
matches?
rspec 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