class Haml::Compiler::TagCompiler

def initialize(identity, options)

def initialize(identity, options)
  @autoclose = options[:autoclose]
  @identity  = identity
  @attribute_compiler = AttributeCompiler.new(identity, options)
end