All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gem.gems.haml-3.1.1.lib.haml.root.rb Maven / Gradle / Ivy

There is a newer version: 1.263
Show newest version
module Haml
  # The root directory of the Haml source tree.
  # This may be overridden by the package manager
  # if the lib directory is separated from the main source tree.
  # @api public
  ROOT_DIR = File.expand_path(File.join(__FILE__, "../../.."))
end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy