We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33f8fb commit 6177c49Copy full SHA for 6177c49
lib/appium_lib/driver.rb
@@ -232,7 +232,7 @@ def set_wait timeout=@default_wait
232
# Returns the default client side wait.
233
# This value is independent of what the server is using
234
# @return [Integer]
235
- def get_wait
+ def default_wait
236
@default_wait
237
end
238
@@ -314,4 +314,4 @@ def x
314
# Paging in Pry is annoying :q required to exit.
315
# With pager disabled, the output is similar to IRB
316
# Only set if Pry is defined.
317
-Pry.config.pager = false if defined?(Pry)
+Pry.config.pager = false if defined?(Pry)
0 commit comments