class RSpec::Matchers::BuiltIn::Match

def diffable?

def diffable?
  true
end

def match(expected, actual)

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