Skip to content

Commit 6177c49

Browse files
Rename get_wait
1 parent e33f8fb commit 6177c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/appium_lib/driver.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def set_wait timeout=@default_wait
232232
# Returns the default client side wait.
233233
# This value is independent of what the server is using
234234
# @return [Integer]
235-
def get_wait
235+
def default_wait
236236
@default_wait
237237
end
238238

@@ -314,4 +314,4 @@ def x
314314
# Paging in Pry is annoying :q required to exit.
315315
# With pager disabled, the output is similar to IRB
316316
# Only set if Pry is defined.
317-
Pry.config.pager = false if defined?(Pry)
317+
Pry.config.pager = false if defined?(Pry)

0 commit comments

Comments
 (0)