module RSpec::Core::MemoizedHelpers

def should(matcher=nil, message=nil)

Other tags:
    See: #subject -
def should(matcher=nil, message=nil)
  RSpec::Expectations::PositiveExpectationHandler.handle_matcher(subject, matcher, message)
end