# File lib/net/ssh/service/process/open.rb, line 41 def initialize( connection, log, command ) @log = log @command = command @channel = connection.open_channel( "session", &method( :do_confirm ) ) if block_given? yield self connection.loop end end