# File lib/aruba/reporting.rb, line 14 def reports @reports ||= Hash.new do |hash, feature| hash[feature] = [] end end