method
registry
registry()
public
Hide source
# File lib/spec/matchers/operator_matcher.rb, line 6 def registry @registry ||= Hash.new {|h,k| h[k] = {}} end