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