Method: Fvm::CLI::Shell#list
- Defined in:
- lib/fvm/cli/shell.rb
#list(builds) ⇒ Object
Outputs a list of all builds in the set
26 27 28 29 30 |
# File 'lib/fvm/cli/shell.rb', line 26 def list( builds ) builds.sort.reverse.each do |build| puts build. end end |