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
58 59 60 |
# File 'lib/marker/text.rb', line 58 def to_html( = {} ) text_value end |
#to_s(options = {}) ⇒ Object
62 63 64 |
# File 'lib/marker/text.rb', line 62 def to_s( = {} ) text_value end |