class RSpec::Mocks::MessageExpectation

def twice(&block)

def twice(&block)
  @method_block = block if block
  set_expected_received_count :exactly, 2
  self
end