Sha256: 006c4a579832a931c2c2cbc948d3769b58064011cc8080a2aa6660665884dd81
Contents?: true
Size: 678 Bytes
Versions: 59
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
59 entries across 59 versions & 8 rubygems