lib/macros4cuke/templating/engine.rb in macros4cuke-0.3.17 vs lib/macros4cuke/templating/engine.rb in macros4cuke-0.3.18
- old
+ new
@@ -164,12 +164,11 @@
end
end # class
-# Represents a section in a template, that is,
-# a set of template elements for which its rendition depends
-# on the (in)existence of an actual value bound to the variable name.
+# A specialized section in a template for which its rendition
+# depends on the (in)existence of an actual value bound to the variable name.
class ConditionalSection < Section
# A boolean that indicates whether the rendition condition is
# the existence of a value for the variable (true)
# or its inexistence (false).
attr_reader(:existence)
\ No newline at end of file