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