Class: Nib::Update
- Inherits:
-
Object
- Object
- Nib::Update
- Defined in:
- lib/nib/update.rb
Class Method Summary collapse
Class Method Details
.execute(_, _) ⇒ Object
2 3 4 |
# File 'lib/nib/update.rb', line 2 def self.execute(_, _) exec('gem uninstall -ax nib && gem install nib') end |