method
twice
twice(&block)
public
Hide source
# File lib/spec/mocks/message_expectation.rb, line 296 def twice(&block) @method_block = block if block @expected_received_count = 2 self end