# File lib/mocha/expectation.rb, line 139
139:     def at_least_once
140:       at_least(1)
141:       self
142:     end