Sha256: c399bd67a901cc3249b92ef189e1b32be89526a8819775afe2d2876bbd6114bb
Contents?: true
Size: 312 Bytes
Versions: 2
Compression:
Stored size: 312 Bytes
Contents
module Fluent module WebElements class Option < WebElement def initialize(web_element, platform) @web_element = web_element include_platform_specifics_for platform end def include_platform_specifics_for(platform) super end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fluent-0.2.0 | lib/fluent/web_elements/option.rb |
fluent-0.1.0 | lib/fluent/web_elements/option.rb |