Class: Huml::Code

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

Instance Method Summary collapse

Instance Method Details

#tokenizeObject



103
104
105
# File 'lib/huml.rb', line 103

def tokenize
  [:code, code.text_value]
end