Class: Marker::Verbatim

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

Instance Method Summary collapse

Methods inherited from Treetop::Runtime::SyntaxNode

#present?

Instance Method Details

#to_html(options = {}) ⇒ Object



29
30
31
# File 'lib/marker/verbatim.rb', line 29

def to_html( options = {} )
  v.text_value
end

#to_s(options = {}) ⇒ Object



33
34
35
# File 'lib/marker/verbatim.rb', line 33

def to_s( options = {} )
  v.text_value
end