Class: Huml::HTML

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

Instance Method Summary collapse

Instance Method Details

#tokenizeObject



54
55
56
# File 'lib/huml.rb', line 54

def tokenize
  elements.map { |e| e.tokenize }
end