Class: Fvm::CLI::Thor

Inherits:
Thor
  • Object
show all
Defined in:
lib/fvm/cli/thor.rb

Instance Method Summary collapse

Instance Method Details

#homeObject



49
50
51
# File 'lib/fvm/cli/thor.rb', line 49

def home
  driver.home options
end

#installObject



11
12
13
# File 'lib/fvm/cli/thor.rb', line 11

def install
  driver.install options
end

#listObject



26
27
28
# File 'lib/fvm/cli/thor.rb', line 26

def list
  driver.list options
end

#restartObject



57
58
59
# File 'lib/fvm/cli/thor.rb', line 57

def restart
  driver.restart options
end


33
34
35
# File 'lib/fvm/cli/thor.rb', line 33

def unlink
  driver.unlink
end

#useObject



18
19
20
# File 'lib/fvm/cli/thor.rb', line 18

def use
  driver.use
end

#whichObject



41
42
43
# File 'lib/fvm/cli/thor.rb', line 41

def which
  driver.which options
end