# File lib/rspec/core/subject.rb, line 68
          def should(matcher=nil, message=nil)
            RSpec::Expectations::PositiveExpectationHandler.handle_matcher(subject, matcher, message)
          end