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



80
81
82
# File 'lib/marker/text.rb', line 80

def to_html( options = {} )
  text_value
end

#to_s(options = {}) ⇒ Object



84
85
86
# File 'lib/marker/text.rb', line 84

def to_s( options = {} )
  text_value
end