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