Object
# File lib/markaby/template.rb, line 3 def initialize(template) @template = template end
# File lib/markaby/template.rb, line 6 def render(*args) output = Builder.new(*args) output.instance_eval @template return output.to_s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.