# File lib/spec/matchers/match.rb, line 8
      def matches?(actual)
        @actual = actual
        actual =~ @expected
      end