Sha256: 97b14966073e7dc0bc31c2c803b2c7aeb0d25715d67d45916b0b4d1b01fa04f2
Contents?: true
Size: 425 Bytes
Versions: 8
Compression:
Stored size: 425 Bytes
Contents
# this method loads the on screen variables into the running class def loadrwdhypernoteconfigurationvariables configfiletoload = File.join(ConfigurationDir,"rwdhypernote.cnf") begin load configfiletoload @extrahypconfigdatadisplay = "" @newhypconfigurationresult = "Config Variables loaded" rescue @extrahypconfigdatadisplay = "" @newhypconfigurationresult = "loading error" end end
Version data entries
8 entries across 8 versions & 2 rubygems