Class: TreeSitterLanguagePack::DownloadManager

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.newDownloadManager

Parameters:

  • version (String)

Returns:



276
# File 'sig/types.rbs', line 276

def self.new: (String version) -> DownloadManager

Instance Method Details

#clean_cachevoid

This method returns an undefined value.



275
# File 'sig/types.rbs', line 275

def clean_cache: () -> void

#download_all_best_effortInteger

Returns:

  • (Integer)


274
# File 'sig/types.rbs', line 274

def download_all_best_effort: () -> Integer

#installed_languagesArray[String]

Returns:

  • (Array[String])


273
# File 'sig/types.rbs', line 273

def installed_languages: () -> Array[String]