Sha256: 99604f29692fc25d3c6e51a387a0bea0c1966c89ccd77d829f5b977216f13f15
Contents?: true
Size: 583 Bytes
Versions: 7
Compression:
Stored size: 583 Bytes
Contents
module Appium module Core module Device extend Forwardable def self.extended: (untyped _mod) -> untyped def self.add_endpoint_method: (untyped method) ?{ () -> untyped } -> untyped def self.extend_webdriver_with_forwardable: () -> (nil | untyped) private def self.delegate_from_appium_driver: (untyped method, Symbol? delegation_target) -> (nil | untyped) def self.delegate_driver_method: (untyped method) -> (nil | untyped) def self.create_bridge_command: (untyped method) ?{ () -> untyped } -> untyped end end end
Version data entries
7 entries across 7 versions & 1 rubygems