Commit 086f1116 authored by Marius Rackwitz's avatar Marius Rackwitz Committed by Samuel E. Giddins

[Doc] Fix parameter doc for FileAccessor#expanded_paths

parent 872407eb
...@@ -268,15 +268,22 @@ module Pod ...@@ -268,15 +268,22 @@ module Pod
# Matches the given patterns to the file present in the root of the path # Matches the given patterns to the file present in the root of the path
# list. # list.
# #
# @param [Array<String>] patterns # @param [Array<String>] patterns
# The patterns to expand. # 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. # 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. # 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. # @raise [Informative] If the pod does not exists.
# #
# @return [Array<Pathname>] A list of the paths. # @return [Array<Pathname>] A list of the paths.
......
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