Skip to content

Instantly share code, notes, and snippets.

@drydevelopment
Created April 28, 2011 20:25
Show Gist options
  • Save drydevelopment/947257 to your computer and use it in GitHub Desktop.
Save drydevelopment/947257 to your computer and use it in GitHub Desktop.
module Within3
module Setup
module RVM
def self.install
puts "Installing RVM..."
exec "curl -s https://rvm.beginrescueend.com/install/rvm | bash"
puts "RVM installed!"
end
end
end
end
Within3::Setup::RVM.install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment