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