Module: Haml::Filters

Defined in:
/var/build/temp/tmp.g5C1f6zb2g/4.0-0-0/ruby-haml/ruby-haml-3.1.6/lib/haml/filters.rb,
/var/build/temp/tmp.g5C1f6zb2g/4.0-0-0/ruby-haml/ruby-haml-3.1.6/lib/haml/filters.rb

Overview

The module containing the default Haml filters, as well as the base module, Base.

See Also:

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)

Class Method Details

+ ({String => Haml::Filters::Base}) defined

A hash of filter names to classes

Returns:



8
9
10
# File '/var/build/temp/tmp.g5C1f6zb2g/4.0-0-0/ruby-haml/ruby-haml-3.1.6/lib/haml/filters.rb', line 8

def self.defined
  @defined ||= {}
end