Sha256: f9121b974fb7e6bdd11358c6f3ef4240fce1db22f279481cccd2f31d0be15f6f
Contents?: true
Size: 379 Bytes
Versions: 11
Compression:
Stored size: 379 Bytes
Contents
# this method clears the on screen variables def loadconfigurationvariables configfiletoload = File.join(ConfigurationDir,TinkerWin2ConfigurationFileName) begin load configfiletoload @extraconfigdatadisplay = "" @newconfigurationresult = "Config Variables loaded" rescue @extraconfigdatadisplay = "" @newconfigurationresult = "loading error" end end
Version data entries
11 entries across 11 versions & 7 rubygems