Method: NoSE::Loader::LoaderBase#model
- Defined in:
- lib/nose/loader.rb
#model(_config) ⇒ Object
This method is abstract.
Subclasses should generate a model from the external source
:nocov:
32 33 34 |
# File 'lib/nose/loader.rb', line 32 def model(_config) fail NotImplementedError end |