code/ag1core/aa0begin.rb in rwdmovies-0.6 vs code/ag1core/aa0begin.rb in rwdmovies-0.7
- old
+ new
@@ -1,18 +1,18 @@
-# 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
+