class ArticleJSON::Export::PlainText::Elements::TextBox

Public Instance Methods

export() click to toggle source

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

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