Class: Pod::Sandbox::PathList

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-kz/native/path_list.rb

Instance Method Summary collapse

Instance Method Details

#relative_path_in_snadbox?(relative_path) ⇒ Boolean

Returns:

  • (Boolean)


5
6
7
8
# File 'lib/cocoapods-kz/native/path_list.rb', line 5

def relative_path_in_snadbox?(relative_path)
  full_path = root.join(relative_path)
  full_path.exist? ? full_path : nil
end