Module: Hemingway::Block::List::Label0
- Defined in:
- lib/hemingway/block/list/list.rb
Instance Method Summary collapse
Instance Method Details
#label_end ⇒ Object
195 196 197 |
# File 'lib/hemingway/block/list/list.rb', line 195 def label_end elements[2] end |
#label_start ⇒ Object
187 188 189 |
# File 'lib/hemingway/block/list/list.rb', line 187 def label_start elements[0] end |
#sequence ⇒ Object
191 192 193 |
# File 'lib/hemingway/block/list/list.rb', line 191 def sequence elements[1] end |