Class: Repubmark::Elems::Separator
- Defined in:
- lib/repubmark/elems/separator.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #to_gemtext ⇒ Object
-
#to_html ⇒ Object
Basic methods #.
Methods inherited from Base
#absolute_url, #config, #count_words, #html_class, #initialize, #own_url, parent?, parents, #relative_url, #to_summary_plain, #word_count
Constructor Details
This class inherits a constructor from Repubmark::Elems::Base
Instance Method Details
#to_gemtext ⇒ Object
14 |
# File 'lib/repubmark/elems/separator.rb', line 14 def to_gemtext = "---\n" |
#to_html ⇒ Object
Basic methods #
12 |
# File 'lib/repubmark/elems/separator.rb', line 12 def to_html = "<hr/>\n" |