Method: Codelation::Cli#update
- Defined in:
- lib/codelation/get_version.rb
#update ⇒ Object
8 9 10 11 12 |
# File 'lib/codelation/get_version.rb', line 8 def update command = "gem install codelation-cli" puts "Running #{command}..." exec(command) end |