# File lib/spec/matchers/operator_matcher.rb, line 20
      def =~(expected)
        @expected = expected
        __delegate_method_missing_to_given("=~", expected)
      end