# File lib/rspec/matchers/built_in/match.rb, line 6
        def match(expected, actual)
          actual.match expected
        end