SyntaxFix
Write A Post
Hire A Developer
Questions
hash = { :a => ["a", "b", "c"], :b => ["b", "c"] } hash.values #=> [["a","b","c"],["b","c"]]