Sha256: 179d2208a5b59ed80ac55bb05da1c91b84d3ea599d5e25f9af5a20aeb98193c6

Contents?: true

Size: 699 Bytes

Versions: 2

Compression:

Stored size: 699 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
  
  # 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

 

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
rwdmovies-0.6 code/xb1rwdtinkerbackwindow/diagnostictab.rb
rwdschedule-0.93 code/superant.com.rwdtinkerbackwindow/diagnostictab.rb