Sha256: cf46e162c69f1a0a546e21c707129c971e9086a7254a55db5081e64027feca00

Contents?: true

Size: 286 Bytes

Versions: 2

Compression:

Stored size: 286 Bytes

Contents

module Symbiont
  module WebObjects

    class ListItem < WebObject
      def self.usable_selectors
        super + [:text]
      end
    end

    ::Symbiont::WebObjects.class_for_tag[:li] = ::Symbiont::WebObjects::ListItem

  end # module: WebObjects
end # module: Symbiont

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
symbiont-0.2.1 lib/symbiont/web_objects/list_item.rb
symbiont-0.2.0 lib/symbiont/web_objects/list_item.rb