| Class | Uttk::Loaders::Loader |
| In: |
lib/uttk/loaders/Loader.rb
|
| Parent: | Object |
FIXME: document me
Override this method in subclasses. It must returns an object which respond to testify. The argument aString contains the contents of the loaded file. The symtbl argument is the current table of symbols.
# File lib/uttk/loaders/Loader.rb, line 52 def load ( aString, symtbl=nil ) raise NotImplementedError end