module ArticleFixtureGen::Data::ArticleContent::Internals

Stateless methods and supporting constants.

Constants

CONTENT_WRAPPER

Public Class Methods

wrap_content(inner_content) click to toggle source
# File lib/article_fixture_gen/data/article_content.rb, line 57
def self.wrap_content(inner_content)
  CONTENT_WRAPPER.join inner_content
end