Sha256: 64862a3ceb515548ce5aaa683fa8272e61b4c403fe41605e07b22a532ce70363

Contents?: true

Size: 161 Bytes

Versions: 1

Compression:

Stored size: 161 Bytes

Contents

# frozen_string_literal: true

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