Commit 30cca1ca authored by Fabio Pelosin's avatar Fabio Pelosin

Move LocalPods::PathList to Sandbox::PathList

parent e52bca45
......@@ -37,6 +37,9 @@ module Pod
#
class Sandbox
autoload :PathList, 'cocoapods/sandbox/path_list'
# @return [Pathname] the root of the sandbox.
#
attr_reader :root
......
module Pod
class LocalPod
class Sandbox
# The PathList class is designed to perform multiple glob matches against
# a given directory. Basically, it generates a list of all the children
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment