RSpec::Matchers::BuiltIn::BaseMatcher
# File lib/rspec/matchers/built_in/match.rb, line 10 def diffable? true end
# File lib/rspec/matchers/built_in/match.rb, line 6 def match(expected, actual) actual.match expected end