# File lib/net/ssh/shell/process.rb, line 104 def on_stderr(ch, type, data) @on_error_output.call(self, data) if @on_error_output end