lib/macros4cuke/templating/section.rb in macros4cuke-0.4.05 vs lib/macros4cuke/templating/section.rb in macros4cuke-0.4.06

- old
+ new

@@ -65,10 +65,10 @@ # 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). + # or its non-existence (false). attr_reader(:existence) # @param aVarName [String] The name of the placeholder from a template. # @param renderWhenExisting [boolean] When true, render the children elements # if a value exists for the variable.