# File lib/spec/example/example_methods.rb, line 18
      def should(matcher=nil)
        if matcher
          subject.should(matcher)
        else
          subject.should
        end
      end