Skip to content

Commit bfb5d2a

Browse files
Improve clarity of #all's return value.
1 parent 5f9dcd9 commit bfb5d2a

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)