We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4d51c commit 347ae13Copy full SHA for 347ae13
readme.md
@@ -49,6 +49,8 @@ apk = {
49
Appium::Driver.new(apk).start_driver
50
51
# Define the methods on all objects.
52
+# Note that this can also be scoped to limit the potential for conflicts.
53
+# Example: Appium.promote_appium_methods ::Minitest::Spec
54
Appium.promote_appium_methods Object
55
```
56
0 commit comments