Sha256: c06008fd4ed69975f07c9efa6320d034866400f1ca4f2ea14a4f9833828726b5
Contents?: true
Size: 568 Bytes
Versions: 3
Compression:
Stored size: 568 Bytes
Contents
# Author:: Nicolas Desprès <nicolas.despres@lrde.epita.fr>. # Copyright:: Copyright (c) 2005 Uttk Team. All rights reserved. # License:: LGPL # $Id: /w/fey/uttk/trunk/lib/uttk/loaders/Ruby.rb 8778 2005-09-26T04:34:48.103938Z ertai $ module Uttk module Loaders class Ruby < Loader include Concrete def load ( aString, symtbl ) test = Uttk.uttk_eval(aString, symtbl, symtbl[:realname].to_s) test.symtbl = symtbl if test.symtbl.nil? test end end # class Ruby end # module Loaders end # module Uttk
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
uttk-0.4.6.2 | lib/uttk/loaders/Ruby.rb |
uttk-0.4.5.0 | lib/uttk/loaders/Ruby.rb |
uttk-0.4.6.1 | lib/uttk/loaders/Ruby.rb |