class RSpec::Matchers::DSL::Matcher

def diffable

message.
Tells the matcher to diff the actual and expected values in the failure
def diffable
  @diffable = true
end