Class: Blufin::Update
- Inherits:
-
Object
- Object
- Blufin::Update
- Defined in:
- lib/core/update.rb
Class Method Summary collapse
-
.run(gem_name) ⇒ Object
Updates ruby-gem.
Class Method Details
.run(gem_name) ⇒ Object
Updates ruby-gem.
7 8 9 10 11 |
# File 'lib/core/update.rb', line 7 def self.run(gem_name) raise RuntimeError, "Update #{gem_name}. Not yet implemented!" end |