Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 57ca7b0

Browse files
committed
Improve code documentation
1 parent 6a478ed commit 57ca7b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/link_header_parser/link_headers_collection.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ def relation_types
5050
@relation_types ||= flat_map(&:relation_types).uniq.sort
5151
end
5252

53+
# Return an +Array+ representation of this {LinkHeadersCollection}.
54+
#
5355
# @see LinkHeader#to_hash
5456
#
5557
# @return [Array<Hash>}>]

0 commit comments

Comments
 (0)