public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
Less duplication between the init.rbs.
nex3 (author)
Fri Jul 18 08:17:28 -0700 2008
commit  9d67c01b42f0468561f31b752d4eff8d5529a9f4
tree    2a51ea85502b2335c16683749d1c997f9aadc810
parent  2dc50fd43444a8d9705c17f3fd7a69a4d9580c6b
...
1
2
3
4
5
6
7
 
...
 
 
 
 
 
 
 
1
0
@@ -1,7 +1 @@
0
-begin
0
- require File.join(File.dirname(__FILE__), 'lib', 'haml') # From here
0
-rescue LoadError
0
- require 'haml' # From gem
0
-end
0
-
0
-Haml.init_rails(binding)
0
+load File.join(File.dirname(__FILE__), '..', 'init.rb')

Comments

    No one has commented yet.