Sha256: 6846e379ff77c968e0bfd1194df843051658b76a47a5513c11d6a684425a9189

Contents?: true

Size: 770 Bytes

Versions: 2

Compression:

Stored size: 770 Bytes

Contents

   # this method loads the on screen variables into the running class
   def loadrwdgutenbergconfigurationvariables
 
           $rwdtinkerlog.debug "in loadrwdgutenbergconfigurationvariables"
 
       filename = "rwdwgutenberg.cnf"   
       configfiletoload = File.join(ConfigurationDir,filename)
       begin
           load configfiletoload
           @extragutenconfigdatadisplay = ""
          @newgutenconfigurationresult = "Config Variables loaded"
       
         $rwdtinkerlog.debug "Config Variables loaded"
       
       rescue
        @extragutenconfigdatadisplay = ""
       @newgutenconfigurationresult = "loading error"
      
        $rwdtinkerlog.debug "loadrwdgutenbergconfigurationvariables: loading error"
 
resc
 end
  end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rwdgutenberg-0.13 code/superant.com.gutenberg/loadconfigurationvariables.rb
rwdgutenberg-0.12 code/superant.com.gutenberg/loadconfigurationvariables.rb