# File lib/flexmock/rspec_spy_matcher.rb, line 57
57:       def once
58:         times(1)
59:       end