Class: Marker::Word

Inherits:
ParseNode show all
Defined in:
lib/marker/text.rb

Instance Method Summary collapse

Methods inherited from Treetop::Runtime::SyntaxNode

#present?

Instance Method Details

#to_html(options = {}) ⇒ Object



58
59
60
# File 'lib/marker/text.rb', line 58

def to_html( options = {} )
  text_value
end

#to_s(options = {}) ⇒ Object



62
63
64
# File 'lib/marker/text.rb', line 62

def to_s( options = {} )
  text_value
end