lib/macros4cuke/templating/section.rb in macros4cuke-0.5.12 vs lib/macros4cuke/templating/section.rb in macros4cuke-0.5.13
- old
+ new
@@ -10,10 +10,10 @@
module Templating
# Base class used internally by the template engine.
# Represents a section in a template, that is,
# a set of template elements for which its rendition depends
# on the value of a variable.
-class Section < UnaryElement
+class Section < UnaryElement
# The child elements of the section
attr_reader(:children)
# @param aVarName [String] The name of the placeholder from a template.
def initialize(aVarName)