Commit 98b2d5a1 authored by Marius Rackwitz's avatar Marius Rackwitz Committed by AliSoftware

[Doc] Fix documented return type of FileAccessor#resources

parent 2504938b
...@@ -124,8 +124,7 @@ module Pod ...@@ -124,8 +124,7 @@ module Pod
header_files - private_headers header_files - private_headers
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