Method: ADB#pull
- Defined in:
- lib/ADB.rb
#pull(source, destination, target = {}, timeout = 30) ⇒ Object
pull a file
:emulator, and :serial. seconds.
175 176 177 |
# File 'lib/ADB.rb', line 175 def pull(source, destination, target={}, timeout=30) execute_adb_with_exactly(timeout, "#{which_one(target)} pull", source, destination) end |