class ContentfulConverter::Nodes::HorizontalLine

Public Instance Methods

needs_p_wrapping?() click to toggle source
# File lib/contentful_converter/nodes/horizontal_line.rb, line 8
def needs_p_wrapping?
  false
end

Private Instance Methods

type() click to toggle source
# File lib/contentful_converter/nodes/horizontal_line.rb, line 14
def type
  'hr'
end