class RSpec::Mocks::NegativeMessageExpectation

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

Other tags:
    Private: -
def initialize(message, expectation_ordering, expected_from, sym, method_block)
  super(message, expectation_ordering, expected_from, sym, method_block, 0)
end