class RSpec::Matchers::BuiltIn::OperatorMatcher

def register(klass, operator, matcher)

Other tags:
    Private: -
def register(klass, operator, matcher)
  registry[klass] ||= {}
  registry[klass][operator] = matcher
end