# File lib/mspec/matchers/base.rb, line 89
89:   def =~(expected)
90:     if @actual =~ expected
91:       SpecExpectation.fail_with("Expected #{@actual.pretty_inspect}",
92:                             "not to match #{expected.pretty_inspect}")
93:     end
94:   end