class Rock::HTML::AutoprojOSDep

Attributes

page[R]
template[R]

Public Class Methods

new(page) click to toggle source
# File lib/rock/html/autoproj_osdep.rb, line 6
def initialize(page)
    @page = page
    @template = page.load_template(TEMPLATE_DIR, 'autoproj_osdep.page')
end

Public Instance Methods

render(object) click to toggle source
# File lib/rock/html/autoproj_osdep.rb, line 11
def render(object)
    page.push nil, template.result(binding)
end