Sha256: d44fdfd6fe7b16eef4eb065a7c8d25130cf62b81946e5c30f4382fddc9e7a16a

Contents?: true

Size: 164 Bytes

Versions: 1

Compression:

Stored size: 164 Bytes

Contents

# frozen_string_literal: true

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