# File lib/mocha/expectation.rb, line 112
112:     def at_least_once()
113:       at_least(1)
114:       self
115:     end