Sha256: 602ff8c6300ce8c5e8567afce01990b7025d35a7c3ad6c486411b10af56ef141
Contents?: true
Size: 566 Bytes
Versions: 3
Compression:
Stored size: 566 Bytes
Contents
# Author:: Nicolas Desprès <nicolas.despres@lrde.epita.fr>. # Copyright:: Copyright (c) 2005 Uttk Team. All rights reserved. # License:: LGPL # $Id: /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.3.1.2 | lib/uttk/loaders/Ruby.rb |
uttk-0.3.6.1 | lib/uttk/loaders/Ruby.rb |
uttk-0.3.5.0 | lib/uttk/loaders/Ruby.rb |