Class RVM::Environment::ListWrapper
In: lib/rvm/environment/list.rb
Parent: Object

Provides a ruby-like interface to make listing rubies easier.

Methods

Public Class methods

Public Instance methods

Shows the current default. If :gemset is passed in and is true, it will include the gemset in the output.

A list of known ruby strings, minus svn tags.

from_svn()

Alias for ruby_svn_tags

Returns an array of ruby + gemset combinations.

installed()

Alias for rubies

A raw list of known rubies.

Raw list of svn tagged version

Returns an array of installed rubies.

Normalized list of ruby svn tags.

strings()

Alias for rubies

Protected Instance methods

Expands strings to include optional parts (surrounded in brackets), given a useable string.

[Validate]