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