1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Less duplication between the init.rbs.

This commit is contained in:
Nathan Weizenbaum 2008-07-18 11:17:28 -04:00
parent 2dc50fd434
commit 9d67c01b42

View file

@ -1,7 +1 @@
begin
require File.join(File.dirname(__FILE__), 'lib', 'haml') # From here
rescue LoadError
require 'haml' # From gem
end
Haml.init_rails(binding)
load File.join(File.dirname(__FILE__), '..', 'init.rb')