# File lib/mocha/expectation.rb, line 150
150:     def at_least_once
151:       at_least(1)
152:       self
153:     end