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