Module: Haml::Filters

Defined in:
lib/gems/haml-2.0.4/lib/haml/filters.rb,
lib/gems/haml-2.0.4/lib/haml/filters.rb

Overview

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

Defined Under Namespace

Modules: Base, Cdata, ERB, Escaped, Javascript, Markdown, Maruku, Plain, Preserve, Ruby, Sass, Textile

Constant Summary collapse

RedCloth =
Textile

Class Method Summary collapse

Class Method Details

.definedObject

Returns a hash of defined filters.



7
8
9
# File 'lib/gems/haml-2.0.4/lib/haml/filters.rb', line 7

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