method
register
register(klass, operator, matcher)
public
Hide source
# File lib/spec/matchers/operator_matcher.rb, line 10 def register(klass, operator, matcher) registry[klass] ||= {} registry[klass][operator] = matcher end