public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
Bring the filter documentation up-to-date.
nex3 (author)
Sun Mar 02 16:26:20 -0800 2008
commit  8a576fdebf8c1ced548073fa9d604d567ab7c455
tree    770c8b050b9b1236ffacc7d05dd51f2d6632d911
parent  56e9f4e8ef7f6ff9dd531eb30f67b52e99f62d46
...
807
808
809
810
811
812
813
 
814
815
816
...
807
808
809
 
 
 
 
810
811
812
813
0
@@ -807,10 +807,7 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
0
 # The keys are the string names of the filters;
0
 # the values are references to the classes of the filters.
0
 # User-defined filters should always have lowercase keys,
0
-# and should have:
0
-# * An +initialize+ method that accepts one parameter,
0
-# the text to be filtered.
0
-# * A +render+ method that returns the result of the filtering.
0
+# and should have the interface described in Haml::Filters::Base.
0
 #
0
 # [<tt>:autoclose</tt>] A list of tag names that should be automatically self-closed
0
 # if they have no content.

Comments

    No one has commented yet.