Class: Fvm::CLI::Thor
- Inherits:
-
Thor
- Object
- Thor
- Fvm::CLI::Thor
- Defined in:
- lib/fvm/cli/thor.rb
Instance Method Summary collapse
- #home ⇒ Object
- #install ⇒ Object
- #list ⇒ Object
- #restart ⇒ Object
- #unlink ⇒ Object
- #use ⇒ Object
- #which ⇒ Object
Instance Method Details
#home ⇒ Object
49 50 51 |
# File 'lib/fvm/cli/thor.rb', line 49 def home driver.home end |
#install ⇒ Object
11 12 13 |
# File 'lib/fvm/cli/thor.rb', line 11 def install driver.install end |
#list ⇒ Object
26 27 28 |
# File 'lib/fvm/cli/thor.rb', line 26 def list driver.list end |
#restart ⇒ Object
57 58 59 |
# File 'lib/fvm/cli/thor.rb', line 57 def restart driver.restart end |
#unlink ⇒ Object
33 34 35 |
# File 'lib/fvm/cli/thor.rb', line 33 def unlink driver.unlink end |
#use ⇒ Object
18 19 20 |
# File 'lib/fvm/cli/thor.rb', line 18 def use driver.use end |
#which ⇒ Object
41 42 43 |
# File 'lib/fvm/cli/thor.rb', line 41 def which driver.which end |