# File lib/haml/compiler.rb, line 9 def initialize(options) @options = options @output_tabs = 0 @to_merge = [] @precompiled = '' end