# File lib/net/ssh/util/buffer.rb, line 192 def write_string( *text ) text.each do |string| write_long( string.length ) write( string ) end end