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