class RSpec::Mocks::NegativeMessageExpectation

def initialize(message, expectation_ordering, expected_from, sym, method_block)

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)

def negative_expectation_for?(sym)
  return @sym == sym
end