Class: ProsemirrorToHtml::Nodes::HardBreak

Inherits:
Node
  • Object
show all
Defined in:
lib/prosemirror_to_html/nodes/hard_break.rb

Instance Method Summary collapse

Methods inherited from Node

#initialize, #matching, #tag, #text

Constructor Details

This class inherits a constructor from ProsemirrorToHtml::Nodes::Node

Instance Method Details

#self_closingObject



7
8
9
# File 'lib/prosemirror_to_html/nodes/hard_break.rb', line 7

def self_closing
  true
end