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



24
25
26
# File 'lib/fast_haml/ast.rb', line 24

def doctype
  @doctype
end