Class: Blufin::Update

Inherits:
Object
  • Object
show all
Defined in:
lib/core/update.rb

Class Method Summary collapse

Class Method Details

.run(gem_name) ⇒ Object

Updates ruby-gem.

Returns:

  • void

Raises:

  • (RuntimeError)


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