Class: TTK::Loaders::Loader
- Includes:
- Abstract
- Defined in:
- lib/ttk/loaders/Loader.rb
Overview
FIXME: document me
Direct Known Subclasses
Instance Method Summary collapse
-
#load(aString) ⇒ Object
Override this method in subclasses It must returns an object which respond to testify.
Instance Method Details
#load(aString) ⇒ Object
Override this method in subclasses It must returns an object which respond to testify.
52 53 54 |
# File 'lib/ttk/loaders/Loader.rb', line 52 def load ( aString ) raise NotImplementedError end |