Class: FastHaml::Ast::Doctype

Inherits:
Struct
  • Object
show all
Defined in:
lib/fast_haml/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#doctypeObject

Returns the value of attribute doctype

Returns:

  • (Object)

    the current value of doctype



18
19
20
# File 'lib/fast_haml/ast.rb', line 18

def doctype
  @doctype
end