module RSpec::Core::MemoizedHelpers::ClassMethods

def should(matcher=nil, message=nil)

def should(matcher=nil, message=nil)
  RSpec::Expectations::PositiveExpectationHandler.handle_matcher(__its_subject, matcher, message)
end