Sha256: 5c16ef6ae3ab648e3bb526cc842e402659f37adf36aa3b35188c61784925a591
Contents?: true
Size: 658 Bytes
Versions: 24
Compression:
Stored size: 658 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 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
24 entries across 24 versions & 8 rubygems