Default configuration. All of the defaults can be overridden on the command line with global options.
Included modules
- Gibbler::Complex
Public instance methods
postprocess
()
All values should scalars
[show source]
# File lib/rudy/config/objects.rb, line 31 31: def postprocess 32: self.keys.each do |k| 33: next unless self[k].is_a?(Array) 34: raise Defaults::DoubleDefined.new(:defaults, k) 35: end 36: self.keydir &&= File.expand_path(self.keydir) 37: end