Sha256: d29983299f7a038b6ac34ce885ce694e87077f7dde6611d44b25f2be4a50a2be
Contents?: true
Size: 688 Bytes
Versions: 35
Compression:
Stored size: 688 Bytes
Contents
# Application RwdTinker orginally (c) 2004 Steven Gibson under GPL. # This application is a framework for writing programs from RubyWebDialogs # http://www.erikveen.dds.nl/rubywebdialogs/index.html # For more information about RwdTinker see http://www.rubyforge.net/projects/rwdapplications # This class is the top class for the RwdTinker application $DEBUG=false $VERBOSE=false class RwdTinker < RWDialog def main @rwd_window = "main" @result = "idle" @display= "idle" if TestNow rwdtest_harness end showjumplinkoptions setuptinkerdocuments setuphelpaboutoptionspassive end def inspect "#{$rwdapplicationidentity}" end
Version data entries
35 entries across 35 versions & 13 rubygems