Sha256: 18000c416556cb17cb5b921ea7495feb1070fb64dc741eaf2f3167b988c5d509
Contents?: true
Size: 173 Bytes
Versions: 1
Compression:
Stored size: 173 Bytes
Contents
# frozen_string_literal: true module El # represent the tbody tag class Tbody < Element def initialize(**options) super('tbody', **options) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
element_component-0.1.0 | lib/element_component/core/tbody.rb |