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