class RSpec::Mocks::NegativeMessageExpectation
@private
def initialize(message, expectation_ordering, expected_from, sym, method_block)
- Private: -
def initialize(message, expectation_ordering, expected_from, sym, method_block) super(message, expectation_ordering, expected_from, sym, method_block, 0) end
def negative_expectation_for?(sym)
- Private: -
def negative_expectation_for?(sym) return @sym == sym end