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

Methods

load  

Included Modules

Concrete

Public Instance methods

[Source]

# File lib/uttk/loaders/Ruby.rb, line 14
      def load ( aString, symtbl )
        test = Uttk.uttk_eval(aString, symtbl, symtbl[:realname].to_s)
        test.symtbl = symtbl if test.symtbl.nil?
        test
      end

[Validate]