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