# File lib/spec/example/subject.rb, line 82
        def should(matcher=nil)
          self == subject ? self.__should_for_example_group__(matcher) : subject.should(matcher)
        end