Class: Flynn::Recipes::RvmBase
- Inherits:
-
Object
- Object
- Flynn::Recipes::RvmBase
- Includes:
- Helpers
- Defined in:
- lib/flynn/recipes/rvm_base.rb
Instance Method Summary collapse
-
#initialize ⇒ RvmBase
constructor
A new instance of RvmBase.
Methods included from Helpers
#create_file, #executable_path, #inside, #run
Constructor Details
#initialize ⇒ RvmBase
Returns a new instance of RvmBase.
6 7 8 |
# File 'lib/flynn/recipes/rvm_base.rb', line 6 def initialize load_rvm end |