Class: Treetop::Runtime::SectionNode

Inherits:
TemplateNode
  • Object
show all
Defined in:
lib/alongslide/treetop/parser.rb

Overview

A section is a block of flowing text.

Instance Method Summary collapse

Methods inherited from TemplateNode

#is_user_template, #render, #render_params, #template_content

Instance Method Details

#template_nameObject



147
148
149
# File 'lib/alongslide/treetop/parser.rb', line 147

def template_name
  "section/#{super}"
end