# File lib/mocha/expectation.rb, line 68
    def twice
      @cardinality = Cardinality.exactly(2)
      self
    end