Class: Huml::Static

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

Instance Method Summary collapse

Instance Method Details

#tokenizeObject



97
98
99
# File 'lib/huml.rb', line 97

def tokenize
  [:static, literal.text_value]
end