class Net::SFTP::Operations::File
def print(*items)
Writes each argument to the stream. If +$\+ is set, it will be written
def print(*items) items.each { |item| write(item) } write($\) if $\ nil end
def print(*items) items.each { |item| write(item) } write($\) if $\ nil end