Sha256: b0092937f4a1c4156686598ee775c6c768b358e77ef58a03ff04cb25cae0a16d

Contents?: true

Size: 170 Bytes

Versions: 1

Compression:

Stored size: 170 Bytes

Contents

# frozen_string_literal: true

module El
  # represent the table tag
  class Table < Element
    def initialize
      super('table', 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/table.rb