class RSpec::Matchers::DSL::Matcher

def inspect

the matcher in error messages (e.g. for `NoMethodError`)
so we can identify an instance of
Adds the name (rather than a cryptic hex number)
def inspect
  "#<#{self.class.name} #{name}>"
end