# File lib/termtter/system_extensions/windows.rb, line 82
def puts(str)
  print str
  STDOUT.puts
end