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