506 507 508
# File 'lib/net/protocol.rb', line 506 def puts(str = '') write str.chomp("\n") + "\n" end