Class: Bently::Rvmrc

Inherits:
Recipe show all
Defined in:
lib/bently/recipe/rvmrc.rb

Instance Method Summary collapse

Methods inherited from Recipe

#append, breakdown, category, #code, #create, description, homepage, #insert, #modify, #operate, #operations, #prepend, #remove, #requirement, #run, #say, title, #todo, #usage, version, #warn

Constructor Details

#initializeRvmrc

Returns a new instance of Rvmrc.



5
6
7
# File 'lib/bently/recipe/rvmrc.rb', line 5

def initialize
  run "echo \"rvm use --create 1.9.3@gemsetname\" > .rvmrc"
end