Sha256: 9074b7c32a1c3bc9e79e61dad481a8ee8acb6c6b5d5366220fe7a0e62bfb6e5f
Contents?: true
Size: 397 Bytes
Versions: 10
Compression:
Stored size: 397 Bytes
Contents
module Fluent module WebElements class Paragraph < 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 ::Fluent::WebElements.class_for_tag[:p] = ::Fluent::WebElements::Paragraph end end
Version data entries
10 entries across 10 versions & 1 rubygems