Class: Repubmark::Elems::Separator

Inherits:
Base
  • Object
show all
Defined in:
lib/repubmark/elems/separator.rb

Instance Attribute Summary

Attributes inherited from Base

#parent

Instance Method Summary collapse

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_gemtextObject



14
# File 'lib/repubmark/elems/separator.rb', line 14

def to_gemtext = "---\n"

#to_htmlObject

Basic methods #



12
# File 'lib/repubmark/elems/separator.rb', line 12

def to_html = "<hr/>\n"