Sha256: 9dfb9bbfea14f7dd644ad89b363c2fb6200dbe3dab42688ed0a23bc0d1418c54
Contents?: true
Size: 747 Bytes
Versions: 48
Compression:
Stored size: 747 Bytes
Contents
# Application RwdTinker orginally (c) 2004 Steven Gibson under GPL. # This application is a framework for writing programs from RubyWebDialogs # For information see http://www.rubyforge.net/projects/rwdapplications # return the version constant defined in the config file def tinkerhelpaboutsetup return ["RwdTinker","(c) 2004-2008 Steven Gibson ","Version #{RwdTinkerVersion}"] end def runrwdtinkerversion @rwd_window = "applicationversion" helpaboutinput = @a_helpaboutinput.downcase versionarraysetup = "#{helpaboutinput}helpaboutsetup" versionarray= self.send(versionarraysetup) @versionappnamedisplay = versionarray[0].to_s @versioncopyrightdisplay = versionarray[1].to_s @versionnumberdisplay = versionarray[2].to_s end
Version data entries
48 entries across 48 versions & 15 rubygems