Class: Marker::Word
- Inherits:
-
ParseNode
- Object
- Treetop::Runtime::SyntaxNode
- ParseNode
- Marker::Word
- Defined in:
- lib/marker/text.rb
Instance Method Summary collapse
Methods inherited from Treetop::Runtime::SyntaxNode
Instance Method Details
#to_html(options = {}) ⇒ Object
80 81 82 |
# File 'lib/marker/text.rb', line 80 def to_html( = {} ) text_value end |
#to_s(options = {}) ⇒ Object
84 85 86 |
# File 'lib/marker/text.rb', line 84 def to_s( = {} ) text_value end |