Class: Huml::Doctype

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/huml.rb

Instance Method Summary collapse

Instance Method Details

#tokenizeObject



60
61
62
# File 'lib/huml.rb', line 60

def tokenize
  [:html, :doctype, typestring.text_value]
end