code/01rwdcore/01rwdcore.rb in rwdschedule-0.93 vs code/01rwdcore/01rwdcore.rb in rwdschedule-0.94

- old
+ new

@@ -1,20 +1,20 @@ -# 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" - - - end - - def inspect - "Rwdtinker Application " - end - +# 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" + + + end + + def inspect + "Rwdtinker Application " + end +