Method: Mmi::Interactive::Updater#initialize
- Defined in:
- lib/mmi/interactive/updater.rb
#initialize(processor, file_path = nil) ⇒ Updater
Returns a new instance of Updater.
15 16 17 18 |
# File 'lib/mmi/interactive/updater.rb', line 15 def initialize(processor, file_path=nil) self.processor = processor self.file_path = file_path end |