class RSpec::Matchers::BuiltIn::OperatorMatcher
def eval_match(actual, operator, expected)
def eval_match(actual, operator, expected) ::RSpec::Matchers.last_matcher = self @operator, @expected = operator, expected __delegate_operator(actual, operator, expected) end