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