# File lib/fluent/config/dsl.rb, line 29 def self.parse(source, source_path="config.rb") Proxy.new('ROOT', nil).eval(source, source_path).to_config_element end
# File lib/fluent/config/dsl.rb, line 23 def self.read(path) path = File.expand_path(path) data = File.read(path) parse(data, path) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.