Sha256: ab22d4395630d362cc852e72c42896406c3b754ef529fd0deac59a0e8a5c067a

Contents?: true

Size: 748 Bytes

Versions: 1

Compression:

Stored size: 748 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 rwdtinkerhelpaboutsetup
return ["RwdTinker","(c) 2004 Steven Gibson ","Version #{RwdTinkerVersion}"]
end

def runrwdtinkerversion
	@rwd_window = "applicationversion"
  helpaboutinput = @a_helpaboutinput.downcase
  versionarraysetup = "rwd#{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

1 entries across 1 versions & 1 rubygems

Version Path
rwdtinker-1.65 code/01rwdcore/rwdtinkerversion.rb