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