# File lib/aruba/config.rb, line 17 def initialize @store = Hash.new do |hash, key| hash[key] = [] end end