# File lib/net/ssh/service/shell/sync.rb, line 39 def initialize( shell, log, pty_opts ) @log = log @shell = shell.call( pty_opts ) end