lib/rgen/template_language.rb in rgen-0.8.0 vs lib/rgen/template_language.rb in rgen-0.8.1
- old
+ new
@@ -127,10 +127,11 @@
# a non-whitspace character.
#
# Starting from this point one can add indentation and newlines as required by using
# explicit formatting commands:
# * <code><%nl%></code> (newline) starts a new line
+# * <code><%ws%></code> (whitespace) adds an explicit space
# * <code><%iinc%></code> (indentation increment) increases the current indentation
# * <code><%idec%></code> (indentation decrement) decreases the current indentation
# * <code><%nonl%></code> (no newline) ignore next newline
# * <code><%nows%></code> (no whitespace) ignore next whitespace
#
@@ -292,6 +293,6 @@
#
module TemplateLanguage
end
-end
\ No newline at end of file
+end