Parent

Methods

Class Index [+]

Quicksearch

Webgen::ContentProcessor::AccessHash

Helper class for accessing content processors in a Webgen::Context object.

Public Instance Methods

[](name) click to toggle source

Return (and proboably initialize) the content processor called name.

     # File lib/webgen/contentprocessor.rb, line 110
110:       def [](name)
111:         Webgen::ContentProcessor.for_name(name)
112:       end
has_key?(name) click to toggle source

Check if a content processor called name exists.

     # File lib/webgen/contentprocessor.rb, line 105
105:       def has_key?(name)
106:         Webgen::ContentProcessor.list.include?(name)
107:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.