Sha256: 7750f33cbf3b608db17f3a0a8cd5015ee6f840da1134b4ec1cae09af0d5ba3c4
Contents?: true
Size: 401 Bytes
Versions: 45
Compression:
Stored size: 401 Bytes
Contents
# this method loads the on screen variables into the running class 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
45 entries across 45 versions & 10 rubygems