module

Outdated::ASDF

The Outdated::ASDF module wraps interactions with the asdf versioning utility.

Instance methods

list_all(plugin : String) : Array(Version)

Return a list of all the versions supported by a given asdf plugin.

Source
list_installed(plugin : String) : Array(Version)

Return a list of all the installed versions for a given asdf plugin.

Source
plugins

Return a list of the adsf plugins installed on the system.

Source