Method: Inversion::Template::ContainerTag#is_container?
- Defined in:
- lib/inversion/template/containertag.rb
#is_container? ⇒ Boolean Also known as: container?
Tell the parser to expect a matching <?end ?> tag.
29 30 31 |
# File 'lib/inversion/template/containertag.rb', line 29 def is_container? return true end |