Skip to content

Commit 4efb76e

Browse files
authored
Merge pull request #534 from xtrasimplicity/patch-1
Improve clarity of Attributes#all's return type.
2 parents 5f9dcd9 + bfb5d2a commit 4efb76e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/onelogin/ruby-saml/attributes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def [](name)
7979
self.class.single_value_compatibility ? single(canonize_name(name)) : multi(canonize_name(name))
8080
end
8181

82-
# @return [Array] Return all attributes as an array
82+
# @return [Hash] Return all attributes as a hash
8383
#
8484
def all
8585
attributes

0 commit comments

Comments
 (0)