Module: Inform::Library::Loader
- Included in:
- Runtime
- Defined in:
- lib/runtime/library_loader.rb
Overview
The Library::Loader module provides methods for loading Library files.
Instance Method Summary collapse
Instance Method Details
#load_library ⇒ Object
41 42 43 |
# File 'lib/runtime/library_loader.rb', line 41 def load_library overrides end |
#overrides ⇒ Object
45 46 47 48 |
# File 'lib/runtime/library_loader.rb', line 45 def overrides InformLibrary.extend(Inform::RuntimeLibrary) manage_inform_library end |