Class: Bently::Rvmrc
Instance Method Summary collapse
-
#initialize ⇒ Rvmrc
constructor
A new instance of Rvmrc.
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
#initialize ⇒ Rvmrc
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 |