1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Touching up some doc formatting.

This commit is contained in:
Nathan Weizenbaum 2008-05-01 23:58:50 -07:00
parent 0517c9c3e5
commit c8e8f6ec06

View file

@ -891,8 +891,8 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
# when dealing with Haml programatically.
#
# [<tt>:line</tt>] The line offset of the Haml template being parsed.
# This is useful for inline templates, similar to the last
# argument to Kernel#eval
# This is useful for inline templates,
# similar to the last argument to Kernel#eval.
#
# [<tt>:filters</tt>] A hash of filters that can be applied to Haml code.
# The keys are the string names of the filters;