# File lib/mocha/expectation.rb, line 62
62:     def once()
63:       times(1)
64:       self
65:     end