Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
086f1116
Commit
086f1116
authored
Mar 11, 2015
by
Marius Rackwitz
Committed by
Samuel E. Giddins
Apr 18, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Doc] Fix parameter doc for FileAccessor#expanded_paths
parent
872407eb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
file_accessor.rb
lib/cocoapods/sandbox/file_accessor.rb
+10
-3
No files found.
lib/cocoapods/sandbox/file_accessor.rb
View file @
086f1116
...
...
@@ -268,15 +268,22 @@ module Pod
# Matches the given patterns to the file present in the root of the path
# list.
#
# @param [Array<String>] patterns
# @param
[Array<String>] patterns
# The patterns to expand.
#
# @param [String] dir_pattern
# @param [Hash] options
# The options to use to expand the patterns to file paths.
#
# @option options [String] :dir_pattern
# The pattern to add to directories.
#
# @
param [Array<String>]
exclude_patterns
# @
option options [Array<String>] :
exclude_patterns
# The exclude patterns to pass to the PathList.
#
# @option options [Bool] :include_dirs
# Whether directories should be also included or just plain
# files.
#
# @raise [Informative] If the pod does not exists.
#
# @return [Array<Pathname>] A list of the paths.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment