/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
- 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