Sha256: 6b5df5f2b29c74166225e7257c4313763fa81651b95954208a6b62aba978133d
Contents?: true
Size: 161 Bytes
Versions: 1
Compression:
Stored size: 161 Bytes
Contents
# frozen_string_literal: true module El # represent the th tag class Th < Element def initialize super('th', 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/th.rb |