Sha256: 8fed197b5bcb30d9c6cd6b456dab31403ac13d4e8f59e6681f2d5c0e84ab1dc9
Contents?: true
Size: 219 Bytes
Versions: 4
Compression:
Stored size: 219 Bytes
Contents
module Druid module Elements class Span < Element def self.finders [:class, :id, :index, :xpath, :text] end end Druid::Elements.tag_to_class[:span] = Druid::Elements::Span end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
druid-ts-1.1.3 | lib/druid/elements/span.rb |
druid-ts-1.1.2 | lib/druid/elements/span.rb |
druid-ts-1.1.1 | lib/druid/elements/span.rb |
druid-ts-1.1.0 | lib/druid/elements/span.rb |