# File lib/spec/expectations/extensions/kernel.rb, line 26 def should(matcher=nil, &block) Spec::Expectations::PositiveExpectationHandler.handle_matcher(self, matcher, &block) end