class ArticleJSON::Export::PlainText::Elements::Embed

Public Instance Methods

export() click to toggle source

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

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