Sha256: 8918b17fdc6b85784da76e0da2d364da2d89a7a64cec6e0c7e1fb830fb0774c7
Contents?: true
Size: 302 Bytes
Versions: 2
Compression:
Stored size: 302 Bytes
Contents
module Symbiont module WebObjects class Label < WebObject def self.usable_selectors super + [:text] end end # class: Label ::Symbiont::WebObjects.class_for_tag[:label] = ::Symbiont::WebObjects::Label 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/label.rb |
symbiont-0.2.0 | lib/symbiont/web_objects/label.rb |