method
get
get(klass, operator)
public
Hide source
# File lib/spec/matchers/operator_matcher.rb, line 15 def get(klass, operator) registry[klass] && registry[klass][operator] end