Class: TreeSitterLanguagePack::DownloadManager
- Inherits:
-
Object
- Object
- TreeSitterLanguagePack::DownloadManager
- Defined in:
- sig/types.rbs
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.new ⇒ DownloadManager
276 |
# File 'sig/types.rbs', line 276
def self.new: (String version) -> DownloadManager
|
Instance Method Details
#clean_cache ⇒ void
This method returns an undefined value.
275 |
# File 'sig/types.rbs', line 275
def clean_cache: () -> void
|
#download_all_best_effort ⇒ Integer
274 |
# File 'sig/types.rbs', line 274
def download_all_best_effort: () -> Integer
|
#installed_languages ⇒ Array[String]
273 |
# File 'sig/types.rbs', line 273
def installed_languages: () -> Array[String]
|