Parent

Methods

Templater::Description

Attributes

name[RW]
options[RW]
block[RW]

Public Class Methods

new(name, options={}, &block) click to toggle source
    # File lib/templater/description.rb, line 6
 6:     def initialize(name, options={}, &block)
 7:       @name = name
 8:       @options = options
 9:       @block = block
10:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.