module Webgen::Context::HtmlHead
Provides methods for adding data for Webgen::ContentProcessor::HtmlHead
.
Public Instance Methods
html_head()
click to toggle source
Return the Proxy
object for adding data to the context for Webgen::ContentProcessor::HtmlHead
.
# File lib/webgen/context/html_head.rb 66 def html_head 67 Proxy.new(self) 68 end