class ArticleJSON::Export::PlainText::Elements::Image

Public Instance Methods

export() click to toggle source

Images are being skipped when rendering plain text. Therefore, return an empty string. @return [String]

# File lib/article_json/export/plain_text/elements/image.rb, line 9
def export
  ''
end