Class: ArticleFixtureGen::Data::MarkerTagPair

Inherits:
Object
  • Object
show all
Defined in:
lib/article_fixture_gen/data/marker_tag_pair.rb

Overview

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).

Class Method Summary collapse

Class Method Details

.call(id_string:) ⇒ Object



9
10
11
# File 'lib/article_fixture_gen/data/marker_tag_pair.rb', line 9

def self.call(id_string:)
  Internals.to_s(id_string)
end