# File lib/net/ssh/connection/channel.rb, line 367 367: def on_process(&block) 368: old, @on_process = @on_process, block 369: old 370: end