method
get
1.2.8 -
Show latest stable
- Class:
Spec::Matchers::OperatorMatcher
get(klass, operator)public
No documentation available.
# File lib/spec/matchers/operator_matcher.rb, line 15
def get(klass, operator)
registry[klass] && registry[klass][operator]
end