Class: TTK::Loaders::Loader

Inherits:
Object show all
Includes:
Abstract
Defined in:
lib/ttk/loaders/Loader.rb

Overview

FIXME: document me

Direct Known Subclasses

Yaml

Instance Method Summary collapse

Instance Method Details

#load(aString) ⇒ Object

Override this method in subclasses It must returns an object which respond to testify.

Raises:

  • (NotImplementedError)


52
53
54
# File 'lib/ttk/loaders/Loader.rb', line 52

def load ( aString )
  raise NotImplementedError
end