class RSpec::Matchers::BuiltIn::OperatorMatcher

def unregister(klass, operator)

def unregister(klass, operator)
  registry[klass] && registry[klass].delete(operator)
end