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