class ArticleFixtureGen::Data::MarkerTagPair
Builds an HTML marker tag pair, either a single MTP or a paired MTP; we don't care at this level (the conventions for ID attributes distinguishing one from the other are applied at a higher level).
Constants
- FORMAT_STR
Public Class Methods
call(id_string:)
click to toggle source
# File lib/article_fixture_gen/data/marker_tag_pair.rb, line 9 def self.call(id_string:) Internals.to_s(id_string) end