method
new
rspec latest stable - Class:
Spec::Mocks::NegativeMessageExpectation
new(message, expectation_ordering, expected_from, sym, method_block)public
No documentation available.
# File lib/spec/mocks/message_expectation.rb, line 334
def initialize(message, expectation_ordering, expected_from, sym, method_block)
super(message, expectation_ordering, expected_from, sym, method_block, 0)
end