Sha256: a9502fceca49770b0f6cb17a65743fb49302249f7c5f54839ba3495e9f2ed216
Contents?: true
Size: 467 Bytes
Versions: 3
Compression:
Stored size: 467 Bytes
Contents
# this method loads the on screen variables into the running class def loadrwdshellconfigurationvariables rwdrubyname = "rwdwruby-" + RwdrubyVersion + ".cnf" configfiletoload = File.join(ConfigurationDir, rwdrubyname ) begin load configfiletoload @extrarshellconfigdatadisplay = "" @newrshellconfigurationresult = "Config Variables loaded" rescue @extrarsconfigdatadisplay = "" @newrshellconfigurationresult = "loading error" end end
Version data entries
3 entries across 3 versions & 1 rubygems