# File lib/net/sftp/operations/file.rb, line 128 def print(*items) items.each { |item| write(item) } write($\) if $\ nil end