Skip to content

Commit a7388bf

Browse files
CopilotKazuCocoa
andcommitted
Remove obsolete RBS files and add missing ones
- Remove sig/lib/appium_lib_core/android/device/network.rbs (no corresponding Ruby file) - Move sig/lib/appium_lib_core/ios/clipboard.rbs to sig/lib/appium_lib_core/ios/device/clipboard.rbs - Add sig/lib/appium_lib_core/android/uiautomator2/device.rbs Co-authored-by: KazuCocoa <5511591+KazuCocoa@users.noreply.github.com>
1 parent de38d11 commit a7388bf

File tree

3 files changed

+11
-19
lines changed

3 files changed

+11
-19
lines changed

sig/lib/appium_lib_core/android/device/network.rbs

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module Appium
2+
module Core
3+
module Android
4+
module Uiautomator2
5+
module Device
6+
def self.extended: (untyped _mod) -> void
7+
end
8+
end
9+
end
10+
end
11+
end

sig/lib/appium_lib_core/ios/clipboard.rbs renamed to sig/lib/appium_lib_core/ios/device/clipboard.rbs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ module Appium
33
module Ios
44
module Device
55
module Clipboard
6-
include _Bridge
7-
8-
def execute: (Symbol command, ?Hash[untyped, untyped], ?Hash[untyped, untyped]) -> untyped
9-
106
def self.add_methods: () -> untyped
11-
12-
def self.touch_id: -> untyped
137
end
148
end
159
end

0 commit comments

Comments
 (0)