Sha256: 874d769760f08d0d9aa1b30db1be4b70cc12a08f84b1639cbc08576482758559
Contents?: true
Size: 408 Bytes
Versions: 20
Compression:
Stored size: 408 Bytes
Contents
# this method loads the on screen variables into the running class def loadrubyslippersconfigurationvariables configfiletoload = File.join(ConfigurationDir,"rubyslippers.cnf") begin load configfiletoload @extrarsconfigdatadisplay = "" @newrsconfigurationresult = "Config Variables loaded" rescue @extrarsconfigdatadisplay = "" @newrsconfigurationresult = "loading error" end end
Version data entries
20 entries across 20 versions & 4 rubygems