Commit 3fbc7c92 authored by Marius Rackwitz's avatar Marius Rackwitz Committed by Samuel E. Giddins

[Doc] Fix documented return type of FileAccessor#resources

parent 086f1116
......@@ -130,8 +130,7 @@ module Pod
private_header_files
end
# @return [Hash{ Symbol => Array<Pathname> }] the resources of the
# specification grouped by destination.
# @return [Array<Pathname>] the resources of the specification.
#
def resources
paths_for_attribute(:resources, true)
......
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