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

Version Path
bigtinker-0.94 code/superant.com.rwdshell/loadconfigurationvariables.rb
bigtinker-0.93 code/superant.com.rwdshell/loadconfigurationvariables.rb
rubyslippers-1.00 code/superant.com.rubyslippers/loadconfigurationvariables.rb
rubyslippers-1.04 code/superant.com.rubyslippers/loadconfigurationvariables.rb
rubyslippers-0.99 code/superant.com.rubyslippers/loadconfigurationvariables.rb
rubyslippers-1.01 code/superant.com.rubyslippers/loadconfigurationvariables.rb
rubyslippers-1.03 code/superant.com.rubyslippers/loadconfigurationvariables.rb
rubyslippers-0.97 code/superant.com.rubyslippers/loadconfigurationvariables.rb
rubyslippers-1.06 code/superant.com.rubyslippers/loadconfigurationvariables.rb
rubyslippers-0.98 code/superant.com.rubyslippers/loadconfigurationvariables.rb
rubyslippers-1.02 code/superant.com.rubyslippers/loadconfigurationvariables.rb
rubyslippers-1.07 code/superant.com.rubyslippers/loadconfigurationvariables.rb
rwddemo-0.92 code/superant.com.rwdshell/loadconfigurationvariables.rb
rwddemo-0.91 code/superant.com.rwdshell/loadconfigurationvariables.rb
rwddemo-0.90 code/superant.com.rwdshell/loadconfigurationvariables.rb
rwdshell-0.95 code/superant.com.rwdshell/loadconfigurationvariables.rb
rwdshell-0.97 code/superant.com.rwdshell/loadconfigurationvariables.rb
rwdshell-0.96 code/superant.com.rwdshell/loadconfigurationvariables.rb
rwdshell-0.98 code/superant.com.rwdshell/loadconfigurationvariables.rb
rwdshell-0.99 code/superant.com.rwdshell/loadconfigurationvariables.rb