Methods

Haml::Filters

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

@see Haml::Filters::Base

Constants

RedCloth

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

Public Class Methods

defined() click to toggle source

@return [{String => Haml::Filters::Base}] a hash of filter names to classes

# File lib/haml/filters.rb, line 8
def self.defined
  @defined ||= {}
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.