@private
# File lib/rspec/expectations/handler.rb, line 44 def self.handle_matcher(actual, initial_matcher, message=nil, &block) matcher = ExpectationHelper.setup(self, initial_matcher, message) return ::RSpec::Matchers::BuiltIn::PositiveOperatorMatcher.new(actual) unless initial_matcher matcher.matches?(actual, &block) || ExpectationHelper.handle_failure(matcher, message, :failure_message) end
# File lib/rspec/expectations/handler.rb, line 59 def self.opposite_should_method :should_not end
Generated with the Darkfish Rdoc Generator 2.