# File lib/rspec/core/subject.rb, line 53 def should(matcher=nil, message=nil) self == subject ? self.__should_for_example_group__(matcher) : subject.should(matcher,message) end