# File lib/aruba/api.rb, line 29
    def overwrite_file(file_name, file_content)
      _create_file(file_name, file_content, true)
    end