Module: Haml::Filters
- Defined in:
- /tmp/buildd/ruby-haml-3.1.6/lib/haml/filters.rb,
/tmp/buildd/ruby-haml-3.1.6/lib/haml/filters.rb
Overview
The module containing the default Haml filters, as well as the base module, Base.
Defined Under Namespace
Modules: Base, Cdata, Css, ERB, Escaped, Javascript, Markdown, Maruku, Plain, Preserve, Ruby, Sass, Textile
Constant Summary
- RedCloth =
An alias for the Textile filter, since the only available Textile parser is RedCloth.
Textile
Class Method Summary (collapse)
-
+ ({String => Haml::Filters::Base}) defined
A hash of filter names to classes.
Class Method Details
+ ({String => Haml::Filters::Base}) defined
A hash of filter names to classes
8 9 10 |
# File '/tmp/buildd/ruby-haml-3.1.6/lib/haml/filters.rb', line 8
def self.defined
@defined ||= {}
end
|