Class: Marker::Verbatim
- Inherits:
-
ParseNode
- Object
- Treetop::Runtime::SyntaxNode
- ParseNode
- Marker::Verbatim
- Defined in:
- lib/marker/verbatim.rb
Instance Method Summary collapse
Methods inherited from Treetop::Runtime::SyntaxNode
Instance Method Details
#to_html(options = {}) ⇒ Object
29 30 31 |
# File 'lib/marker/verbatim.rb', line 29 def to_html( = {} ) v.text_value end |
#to_s(options = {}) ⇒ Object
33 34 35 |
# File 'lib/marker/verbatim.rb', line 33 def to_s( = {} ) v.text_value end |