Sha256: abb527106a8f26eaf84f4898abff7b09f5003a1065c2b1cb6fb84c329fc9a96a

Contents?: true

Size: 164 Bytes

Versions: 1

Compression:

Stored size: 164 Bytes

Contents

# frozen_string_literal: true

module El
  # represent the ul tag
  class Ul < Element
    def initialize(**options)
      super('ul', **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/ul.rb