# File lib/rspec/matchers/base_matcher.rb, line 18
      def initialize(expected=nil)
        @expected = expected
      end