method
negative_expectation_for?
negative_expectation_for?(sym)
public
Hide source
# File lib/spec/mocks/message_expectation.rb, line 338 def negative_expectation_for?(sym) return @sym == sym end