Sha256: 4bd79089ce9ecd8c78e83d3beb3afa884b02c88593d88e6d06ba5e93e807a0f4
Contents?: true
Size: 173 Bytes
Versions: 1
Compression:
Stored size: 173 Bytes
Contents
# frozen_string_literal: true module El # represent the aside tag class Aside < Element def initialize(**options) super('aside', **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/aside.rb |