Sha256: 8247839ecae38bbb91e9d1ae7a0b55936ddd316b39c1094878ca8ebee0a3ddc8

Contents?: true

Size: 305 Bytes

Versions: 3

Compression:

Stored size: 305 Bytes

Contents

module Symbiont
  module WebObjects
    
    class Span < WebObject

      def self.usable_selectors
        super + [:text, :title]
      end

    end # class: Span
    
    ::Symbiont::WebObjects.class_for_tag[:span] = ::Symbiont::WebObjects::Span
    
  end # module: WebObjects
end # module: Symbiont

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
symbiont-0.2.1 lib/symbiont/web_objects/span.rb
symbiont-0.2.0 lib/symbiont/web_objects/span.rb
symbiont-0.1.9 lib/symbiont/web_objects/span.rb