SyntaxFix
Write A Post
Hire A Developer
Questions
My one line solution:
hash.each { |key, array| puts "#{key}-----", array }
I think it is pretty easy to read.