Sha256: 020d0d73e2a2f13ee38d07161803aaa08297c51c94dac321b8c572019da75f29
Contents?: true
Size: 460 Bytes
Versions: 2
Compression:
Stored size: 460 Bytes
Contents
# this method loads the on screen variables into the running class def loadtinkerbellconfigurationvariables tmpfilename = "tinkerbellw.cnf" configfiletoload = File.join(ConfigurationDir, tmpfilename ) begin load configfiletoload rescue if $DEBUG $stderr.puts "loading error" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tinkerbell-0.03 | code/superant.com.tinkerbell/loadconfigurationvariables.rb |
tinkerbell-0.04 | code/superant.com.tinkerbell/loadconfigurationvariables.rb |