Sha256: 044b388c0de4477fc6902b262f3ebcc578f6372f4bfc517f3dbf077b1ba5c244

Contents?: true

Size: 273 Bytes

Versions: 12

Compression:

Stored size: 273 Bytes

Contents

module Druid
  module Elements
    class TableCell < Element

      def self.finders
        super + [:text]
      end
    end

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

  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
druid-ts-1.2.2 lib/druid/elements/table_cell.rb
druid-ts-1.2.1 lib/druid/elements/table_cell.rb
druid-ts-1.2.0 lib/druid/elements/table_cell.rb
druid-ts-1.1.8 lib/druid/elements/table_cell.rb
druid-ts-1.1.7 lib/druid/elements/table_cell.rb
druid-ts-1.1.6 lib/druid/elements/table_cell.rb
druid-ts-1.1.5 lib/druid/elements/table_cell.rb
druid-ts-1.1.4 lib/druid/elements/table_cell.rb
druid-ts-1.1.3 lib/druid/elements/table_cell.rb
druid-ts-1.1.2 lib/druid/elements/table_cell.rb
druid-ts-1.1.1 lib/druid/elements/table_cell.rb
druid-ts-1.1.0 lib/druid/elements/table_cell.rb