![]() |
Hash#to_a() is a Hash class method which gives a nested array of the key-value pair.
Example #1 :
Output : Hash a to_a form : [[:a, 100], [:b, 200]] Hash b to_a form : [[:a, 100], [:c, 300], [:b, 200]] Hash c to_a form : [[:a, 100]] Example #2 :
Output : Hash a to_a form : [["a", 100], ["b", 200]] Hash b to_a form : [["a", 100]] Hash c to_a form : [["a", 100], ["c", 300], ["b", 200]] |
Reffered: https://www.geeksforgeeks.org
Ruby |
Related |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 9 |