method
twice
1.2.8 -
Show latest stable
- Class:
Spec::Mocks::MessageExpectation
twice(&block)public
No documentation available.
# File lib/spec/mocks/message_expectation.rb, line 281
def twice(&block)
@method_block = block if block
@expected_received_count = 2
self
end