class RSpec::Matchers::BuiltIn::OperatorMatcher
def register(klass, operator, matcher)
- Private: -
def register(klass, operator, matcher) registry[klass] ||= {} registry[klass][operator] = matcher end
def register(klass, operator, matcher) registry[klass] ||= {} registry[klass][operator] = matcher end