lib/fast_haml/ast.rb in fast_haml-0.1.6 vs lib/fast_haml/ast.rb in fast_haml-0.1.7
- old
+ new
@@ -17,14 +17,9 @@
def initialize(*)
super
@leading_empty_lines = 0
end
-
- def increment_leading_empty_lines
- @leading_empty_lines +=1
- nil
- end
end
class Doctype < Struct.new(:doctype)
end