@@ -427,7 +427,8 @@ def push_file(path, filedata)
427
427
# Otherwise the root folder is considered as / on Android and on iOS it is a media folder root
428
428
# (real devices only).
429
429
# Only pulling files from application containers is supported for iOS Simulator.
430
- # Provide the remote path in format <code>@bundle.identifier:container_type/relative_path_in_container</code>
430
+ # Provide the remote path in format
431
+ # <code>@bundle.identifier:container_type/relative_path_in_container</code>
431
432
# (Make sure this in ifuse doc)
432
433
#
433
434
# @return [Base64-decoded] Base64 decoded data
@@ -452,15 +453,16 @@ def pull_file(path)
452
453
#
453
454
# {https://github.com/osxfuse/osxfuse/wiki/FAQ osxFuse FAQ}
454
455
#
455
- # {https://developer.android.com/studio/debug/ 'Debug Your App' developer article}
456
+ # {https://developer.android.com/studio/debug 'Debug Your App' developer article}
456
457
#
457
458
# @param [String] path Absolute path to the folder.
458
459
# If the path starts with <em>@applicationId/</em> prefix, then the folder will be pulled
459
460
# from the root of the corresponding application container.
460
461
# Otherwise the root folder is considered as / on Android and on iOS it is a media folder root
461
462
# (real devices only).
462
463
# Only pulling files from application containers is supported for iOS Simulator.
463
- # Provide the remote path in format <code>@bundle.identifier:container_type/relative_path_in_container</code>
464
+ # Provide the remote path in format
465
+ # <code>@bundle.identifier:container_type/relative_path_in_container</code>
464
466
# (Make sure this in ifuse doc)
465
467
#
466
468
# @return [Base64-decoded] Base64 decoded data which is zip archived
0 commit comments