Class: Huml::Space

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

Instance Method Summary collapse

Instance Method Details

#tokenizeObject



85
86
87
# File 'lib/huml.rb', line 85

def tokenize
  [:newline] if text_value =~ /[\r\n]/
end