Module: HS::ModuleLoader
Constant Summary collapse
- CUSTOM_LOADERS =
i[title intro].freeze
Instance Method Summary collapse
Methods included from ElementLoader
Methods included from XMLParser
Instance Method Details
#load_module(chapter, xml) ⇒ Object
13 14 15 |
# File 'lib/hs/loaders/module_loader.rb', line 13 def load_module(chapter, xml) create_module(chapter, parse_xml(xml)) end |