Versions in this module Expand all Collapse all v1 v1.0.9 Jan 22, 2024 Changes in this version + func GemInstall(gem, version string, enablePrerelease bool) ([]*command.Model, error) + func GemUpdate(gem string) ([]*command.Model, error) + func IsGemInstalled(gem, version string) (bool, error) + func IsSpecifiedASDFRubyInstalled(workdir string) (isInstalled bool, versionInstalled string, error error) + func IsSpecifiedRbenvRubyInstalled(workdir string) (bool, string, error) + func New(name string, args ...string) (*command.Model, error) + func NewFromSlice(slice []string) (*command.Model, error) + func NewWithParams(params ...string) (*command.Model, error) + type InstallType int8 + const ASDFRuby + const BrewRuby + const RVMRuby + const RbenvRuby + const SystemRuby + const Unkown + func RubyInstallType() InstallType