Sha256: caadc57f10124572b6fbf253853ea3d74e73b7df1feefc59cfe8040005b76549
Contents?: true
Size: 176 Bytes
Versions: 1
Compression:
Stored size: 176 Bytes
Contents
# frozen_string_literal: true module El # represent the article tag class Article < Element def initialize super('article', closing_tag: true) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
element_component-0.1.0 | lib/element_component/core/article.rb |