# File lib/aruba/api.rb, line 293
    def ensure_newline(str)
      str.chomp << "\n"
    end