/scalate-jruby/src/main/resources/haml-3.0.25/lib/haml/root.rb

http://github.com/scalate/scalate · Ruby · 7 lines · 3 code · 0 blank · 4 comment · 0 complexity · b61c871889a952d552e13f62192d2f99 MD5 · raw file

  1. module Haml
  2. # The root directory of the Haml source tree.
  3. # This may be overridden by the package manager
  4. # if the lib directory is separated from the main source tree.
  5. # @api public
  6. ROOT_DIR = File.expand_path(File.join(__FILE__, "../../.."))
  7. end