Class: Tomo::Plugin::Rbenv::Tasks

Inherits:
TaskLibrary show all
Defined in:
lib/tomo/plugin/rbenv/tasks.rb

Instance Method Summary collapse

Methods inherited from TaskLibrary

#initialize

Constructor Details

This class inherits a constructor from Tomo::TaskLibrary

Instance Method Details

#installObject



7
8
9
10
11
# File 'lib/tomo/plugin/rbenv/tasks.rb', line 7

def install
  run_installer
  modify_bashrc
  compile_ruby
end