# File lib/mocha/expectation.rb, line 173
    def at_most_once()
      at_most(1)
      self
    end