Module: Webgen::Context::HtmlHead

Included in:
Webgen::Context
Defined in:
lib/webgen/context/html_head.rb

Overview

Provides methods for adding data for Webgen::ContentProcessor::HtmlHead.

Defined Under Namespace

Classes: Proxy

Instance Method Summary collapse

Instance Method Details

#html_headObject

Return the Proxy object for adding data to the context for Webgen::ContentProcessor::HtmlHead.



67
68
69
# File 'lib/webgen/context/html_head.rb', line 67

def html_head
  Proxy.new(self)
end