Class: Fvm::CLI::Thor

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

Instance Method Summary collapse

Instance Method Details

#homeObject



47
48
49
# File 'lib/fvm/cli/thor.rb', line 47

def home
  driver.home
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



54
55
56
# File 'lib/fvm/cli/thor.rb', line 54

def restart
  driver.restart
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



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

def which
  driver.which
end