Module: Mmi::Interactive

Defined in:
lib/mmi/interactive.rb,
lib/mmi/interactive/updater.rb

Defined Under Namespace

Classes: Updater

Class Method Summary collapse

Class Method Details

.update(file_path, processor) ⇒ Object



8
9
10
# File 'lib/mmi/interactive.rb', line 8

def update(file_path, processor)
	Updater.new(file_path, processor).run!
end