# File lib/mocha/expectation.rb, line 89
    def once
      @cardinality = Cardinality.exactly(1)
      self
    end