Module: Haml::Filters

Defined in:
lib/haml/filters.rb,
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 collapse

RedCloth =

An alias for the Textile filter, since the only available Textile parser is RedCloth.

Textile

Class Method Summary collapse

Class Method Details

.defined{String => Haml::Filters::Base}

Returns a hash of filter names to classes.

Returns:



8
9
10
# File 'lib/haml/filters.rb', line 8

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