Method: ArticleJSON::Article#to_html

Defined in:
lib/article_json/article.rb

#to_htmlString

HTML export of the article

Returns:

  • (String)


49
50
51
# File 'lib/article_json/article.rb', line 49

def to_html
  html_exporter.html
end