Class: MD4C::OrderedList
- Inherits:
-
Object
- Object
- MD4C::OrderedList
- Defined in:
- lib/md4c.rb,
sig/md4c.rbs,
ext/md4c/rb_md4c.c
Instance Attribute Summary collapse
-
#mark_delimiter ⇒ String
readonly
Returns the value of attribute mark_delimiter.
-
#start ⇒ Integer
readonly
Returns the value of attribute start.
Instance Method Summary collapse
Instance Attribute Details
#mark_delimiter ⇒ String (readonly)
Returns the value of attribute mark_delimiter.
42 43 44 |
# File 'lib/md4c.rb', line 42 def mark_delimiter @mark_delimiter end |
#start ⇒ Integer (readonly)
Returns the value of attribute start.
42 43 44 |
# File 'lib/md4c.rb', line 42 def start @start end |
Instance Method Details
#tight? ⇒ Boolean
44 45 46 |
# File 'lib/md4c.rb', line 44 def tight? @tight end |