Object
Helper class for accessing content processors in a Webgen::Context object.
Return (and proboably initialize) the content processor called name.
# File lib/webgen/contentprocessor.rb, line 109 def [](name) Webgen::ContentProcessor.for_name(name) end
Check if a content processor called name exists.
# File lib/webgen/contentprocessor.rb, line 104 def has_key?(name) Webgen::ContentProcessor.list.include?(name) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.