public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
Add compatibility with edge Rails. Thanks to Russell Norris for the patch.


git-svn-id: svn://hamptoncatlin.com/haml/tags/stable@728 
7063305b-7217-0410-af8c-cdc13e5119b9
nex3 (author)
Sun Jan 13 16:52:16 -0800 2008
commit  75be1d1fbf47fd9bfbc2a66ad201ad14d983344d
tree    89d0d851689c8e9980c19bc162efc9473b7b142a
parent  b257b69c33c01d260fbac59936ea6db43c4508ad
...
8
9
10
 
 
 
 
 
 
 
 
 
 
 
 
11
12
13
...
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
0
@@ -8,6 +8,18 @@ module Haml
0
       1
0
     end
0
 
0
+ def self.compilable?
0
+ true
0
+ end
0
+
0
+ def compilable?
0
+ self.class.compilable?
0
+ end
0
+
0
+ def line_offset
0
+ self.class.line_offset
0
+ end
0
+
0
     def initialize(view)
0
       @view = view
0
     end

Comments

    No one has commented yet.