Class: Facwparser::Element::HorizontalRule

Inherits:
ElementBase
  • Object
show all
Defined in:
lib/facwparser/element.rb

Instance Attribute Summary

Attributes inherited from ElementBase

#children, #source

Instance Method Summary collapse

Methods inherited from ElementBase

#==, #initialize, #render_text

Constructor Details

This class inherits a constructor from Facwparser::Element::ElementBase

Instance Method Details

#render_html(options) ⇒ Object



59
60
61
# File 'lib/facwparser/element.rb', line 59

def render_html(options)
  "<hr>\n"
end