Class: MD4C::Parser
- Inherits:
-
Object
- Object
- MD4C::Parser
- Defined in:
- sig/md4c.rbs,
ext/md4c/rb_md4c.c
Instance Method Summary collapse
- #initialize ⇒ Object constructor
- #on_enter_block {|arg0| ... } ⇒ void
- #on_enter_span {|arg0| ... } ⇒ void
- #on_leave_block {|arg0| ... } ⇒ void
- #on_leave_span {|arg0| ... } ⇒ void
- #on_text {|arg0| ... } ⇒ void
- #parse ⇒ void
Constructor Details
#initialize ⇒ Object
166 |
# File 'ext/md4c/rb_md4c.c', line 166
def initialize: (
|
Instance Method Details
#on_enter_block {|arg0| ... } ⇒ void
This method returns an undefined value.
184 |
# File 'ext/md4c/rb_md4c.c', line 184
def on_enter_block: { (block_node) -> void } -> void
|
#on_enter_span {|arg0| ... } ⇒ void
This method returns an undefined value.
204 |
# File 'ext/md4c/rb_md4c.c', line 204
def on_enter_span: { (span_node) -> void } -> void
|
#on_leave_block {|arg0| ... } ⇒ void
This method returns an undefined value.
194 |
# File 'ext/md4c/rb_md4c.c', line 194
def on_leave_block: { (block_node) -> void } -> void
|
#on_leave_span {|arg0| ... } ⇒ void
This method returns an undefined value.
214 |
# File 'ext/md4c/rb_md4c.c', line 214
def on_leave_span: { (span_node) -> void } -> void
|
#on_text {|arg0| ... } ⇒ void
This method returns an undefined value.
224 |
# File 'ext/md4c/rb_md4c.c', line 224
def on_text: { (text_node) -> void } -> void
|
#parse ⇒ void
This method returns an undefined value.
601 |
# File 'ext/md4c/rb_md4c.c', line 601
def parse: (String) -> void
|