Class: Huml::Pair

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

Instance Method Summary collapse

Instance Method Details

#tokenizeObject



79
80
81
# File 'lib/huml.rb', line 79

def tokenize
  [:html, :attr, attr.text_value.to_sym, value.tokenize]
end