Sha256: 529d9962d15502d487d1484e1c6dfcbd7705a7e1579320a0cd8e3dc7b06c270c
Contents?: true
Size: 678 Bytes
Versions: 16
Compression:
Stored size: 678 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
16 entries across 8 versions & 6 rubygems