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
90 91 92 |
# File 'lib/marker/text.rb', line 90 def to_html( = {} ) text_value end |
#to_s(options = {}) ⇒ Object
94 95 96 |
# File 'lib/marker/text.rb', line 94 def to_s( = {} ) text_value end |