Method: ArticleJSON::Article#plain_text_exporter

Defined in:
lib/article_json/article.rb

#plain_text_exporterArticleJSON::Export::PlainText::Exporter

Exporter instance for plain text



79
80
81
# File 'lib/article_json/article.rb', line 79

def plain_text_exporter
  ArticleJSON::Export::PlainText::Exporter.new(elements)
end