You are viewing a single comment's thread. Return to all comments →
def iter_hash(hash) # your code here hash.each do |key, val| puts key puts val end end
Seems like cookies are disabled on this browser, please enable them to open this website
Ruby Hash - Each
You are viewing a single comment's thread. Return to all comments →