Class: Mmi::ModFileProcessor

Inherits:
Object
  • Object
show all
Includes:
PropertyAttributes
Defined in:
lib/mmi/mod_file_processor.rb

Instance Method Summary collapse

Methods included from PropertyAttributes

#[], #initialize, #parse!, #parsed_property_store, prepended, #to_h, #update_properties!, #validate_constraints!

Instance Method Details

#installObject



15
16
17
18
# File 'lib/mmi/mod_file_processor.rb', line 15

def install
	self.modloader.install
	self.assets.install
end