module Haml

The module that contains everything Haml-related:

Also see the {file:REFERENCE.md full Haml reference}.

We keep options in its own self-contained file so that we can load it independently in Rails 3, where the full template stuff is lazy-loaded.

Constants

VERSION

Public Class Methods

init_rails(*args) click to toggle source
# File lib/haml.rb, line 16
def self.init_rails(*args)
  # Maintain this as a no-op for any libraries that may be depending on the
  # previous definition here.
end