Method: ArticleJSON::Article#to_plain_text

Defined in:
lib/article_json/article.rb

#to_plain_textString

Plain text export of the article

Returns:

  • (String)


85
86
87
# File 'lib/article_json/article.rb', line 85

def to_plain_text
  plain_text_exporter.text
end