method
registry
1.1.12 -
Show latest stable
- Class:
Spec::Matchers::OperatorMatcher
registry()public
No documentation available.
# File lib/spec/matchers/operator_matcher.rb, line 6
def registry
@registry ||= Hash.new {|h,k| h[k] = {}}
end