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