module Haml

def self.init_rails(binding)

Parameters:
  • binding (Binding) -- The context of the `init.rb` file.
def self.init_rails(binding)
  # No &method here for Rails 2.1 compatibility
  %w[haml/template sass sass/plugin].each {|f| require f}
end