code/01rwdcore/01rwdcore.rb in rwdshell-0.98 vs code/01rwdcore/01rwdcore.rb in rwdshell-0.99

- old
+ new

@@ -1,22 +1,22 @@ # 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 - end - - def inspect - "Rwdtinker Application " - end - + + def main + @rwd_window = "main" + @result = "idle" + @display= "idle" + if TestNow + + rwdtest_harness + end + end + + def inspect + "Rwdtinker Application " + end +