module SwissKnife
Constants
- VERSION
Public Instance Methods
install_homebrew()
click to toggle source
# File lib/swissknife.rb, line 6 def install_homebrew system 'ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"' end
install_rvm()
click to toggle source
# File lib/swissknife.rb, line 10 def install_rvm system 'curl -sSL https://get.rvm.io | bash -s stable --ruby' end