Class: ProsemirrorToHtml::Nodes::CodeBlockWrapper
- Inherits:
-
Node
- Object
- Node
- ProsemirrorToHtml::Nodes::CodeBlockWrapper
show all
- Defined in:
- lib/prosemirror_to_html/nodes/code_block_wrapper.rb
Instance Attribute Summary
Attributes inherited from Node
#type, #wrapper
Instance Method Summary
collapse
Methods inherited from Node
#initialize, #tag, #text
Instance Method Details
#data ⇒ Object
8
9
10
|
# File 'lib/prosemirror_to_html/nodes/code_block_wrapper.rb', line 8
def data
nil
end
|
#matching ⇒ Object
4
5
6
|
# File 'lib/prosemirror_to_html/nodes/code_block_wrapper.rb', line 4
def matching
@node.name === 'pre'
end
|