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
......@@ -271,12 +271,19 @@ module Pod
# @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.
......
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