Class: Marker::Delimiter

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



90
91
92
# File 'lib/marker/text.rb', line 90

def to_html( options = {} )
  text_value
end

#to_s(options = {}) ⇒ Object



94
95
96
# File 'lib/marker/text.rb', line 94

def to_s( options = {} )
  text_value
end