class Gem::Net::WriteAdapter

def puts(str = '')

def puts(str = '')
  write str.chomp("\n") + "\n"
end