Recipes for using RVM on a server with capistrano.
Taken from the capistrano code.
[Source]
# File lib/rvm/capistrano.rb, line 10 def _cset(name, *args, &block) unless exists?(name) set(name, *args, &block) end end
[Validate]