code/xb1rwdtinkerbackwindow/diagnostictab.rb in rwdmovies-0.6 vs code/xb1rwdtinkerbackwindow/diagnostictab.rb in rwdmovies-0.7
- old
+ new
@@ -1,21 +1,21 @@
-# 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
-
- # return the Ruby constant
- def runrubyversion
- @rubyversion = "Version " + VERSION
- end
-
- # return the platform constan
- def runviewplatform
- @platformdisplay = "Platform is " + RUBY_PLATFORM
- end
-
- # return Rwdtinker version to diagnostic tab
- def rwdtinkerversiondiagnostic
- @rwdtinkerversionreturn = "rwdtinker version " + RwdTinkerVersion
- 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
+
+ # return the Ruby constant
+ def runrubyversion
+ @rubyversion = "Version " + VERSION
+ end
+
+ # return the platform constan
+ def runviewplatform
+ @platformdisplay = "Platform is " + RUBY_PLATFORM
+ end
+
+ # return Rwdtinker version to diagnostic tab
+ def rwdtinkerversiondiagnostic
+ @rwdtinkerversionreturn = "rwdtinker version " + RwdTinkerVersion
+ end
+
+