Sha256: 57698708ba5237394ad82b0a72eb667c9a38eba75fb0ab782f3e5c8d824a09e4

Contents?: true

Size: 216 Bytes

Versions: 5

Compression:

Stored size: 216 Bytes

Contents

module Druid
  module Elements
    class TableCell < Element

    end

    Druid::Elements.tag_to_class[:td] = Druid::Elements::TableCell
    Druid::Elements.tag_to_class[:th] = Druid::Elements::TableCell

  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
druid-s-1.0.0 lib/druid/elements/table_cell.rb
druid-ts-1.2.6 lib/druid/elements/table_cell.rb
druid-ts-1.2.5 lib/druid/elements/table_cell.rb
druid-ts-1.2.4 lib/druid/elements/table_cell.rb
druid-ts-1.2.3 lib/druid/elements/table_cell.rb