Class Uttk::Loaders::Loader
In: lib/uttk/loaders/Loader.rb
Parent: Object

FIXME: document me

Methods

load  

Included Modules

Abstract

Public Instance methods

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.

[Source]

# File lib/uttk/loaders/Loader.rb, line 52
      def load ( aString, symtbl=nil )
        raise NotImplementedError
      end

[Validate]