Method: Spec::Matchers::OperatorMatcher.registry

Defined in:
lib/gems/rspec-1.1.12/lib/spec/matchers/operator_matcher.rb

.registryObject



6
7
8
# File 'lib/gems/rspec-1.1.12/lib/spec/matchers/operator_matcher.rb', line 6

def registry
  @registry ||= Hash.new {|h,k| h[k] = {}}
end