Default configuration. All of the defaults can be overridden on the
command line with global options.
Public Instance Methods
postprocess()click to toggle source
All values should scalars
# File lib/rudy/config/objects.rb, line 31defpostprocessself.keys.eachdo|k|nextunlessself[k].is_a?(Array)
raiseDefaults::DoubleDefined.new(:defaults, k)
endself.keydir&&=File.expand_path(self.keydir)
end