class RSpec::Matchers::BuiltIn::Eq

def match(expected, actual)

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