class RSpec::Matchers::BuiltIn::Match

def match(expected, actual)

def match(expected, actual)
  actual.match expected
end