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