Class: NumberedList
- Inherits:
-
BlockToken
- Object
- BlockToken
- NumberedList
- Defined in:
- lib/rosetta/tokens/numbered_list.rb
Overview
Handles logic for Paragraph tokens
Instance Attribute Summary
Attributes inherited from BlockToken
Instance Method Summary collapse
Methods inherited from BlockToken
#accept, #initialize, #node_representation, #to_s, #value
Constructor Details
This class inherits a constructor from BlockToken
Instance Method Details
#type ⇒ Object
7 8 9 |
# File 'lib/rosetta/tokens/numbered_list.rb', line 7 def type :NUMBERED_LIST end |