Object
Stores the configuration for a webgen website.
Configuration options should be created like this:
config.my.new.config 'value', :doc => 'some', :meta => 'info'
and later accessed or set using the accessor methods #[] and #[]= or a configuration helper. These helpers are defined in the Helpers module and provide easier access to complex configuration options. Also see the webgen manual for information about the configuration helpers.
Create a new Configuration object.
# File lib/webgen/configuration.rb, line 121 def initialize @data = {} @meta_info = {} end
Generated with the Darkfish Rdoc Generator 2.