Class: Marker::Delimiter
- Inherits:
-
ParseNode
- Object
- Treetop::Runtime::SyntaxNode
- ParseNode
- Marker::Delimiter
- Defined in:
- lib/marker/text.rb
Instance Method Summary collapse
Methods inherited from Treetop::Runtime::SyntaxNode
Instance Method Details
#to_html(options = {}) ⇒ Object
68 69 70 |
# File 'lib/marker/text.rb', line 68 def to_html( = {} ) text_value end |
#to_s(options = {}) ⇒ Object
72 73 74 |
# File 'lib/marker/text.rb', line 72 def to_s( = {} ) text_value end |