# File lib/net/ssh/connection/channel.rb, line 372 372: def on_process(&block) 373: old, @on_process = @on_process, block 374: old 375: end