module Mmi::Interactive

Public Class Methods

update(file_path, processor) click to toggle source
# File lib/mmi/interactive.rb, line 8
def update(file_path, processor)
        Updater.new(file_path, processor).run!
end