# File lib/flexmock.rb, line 386
386:     def on(&block)
387:       ProcMatcher.new(&block)
388:     end