22 23 24
# File 'lib/ann.rb', line 22 def annotations @annotations ||= Hash.new { |hash, key| hash[key] = [] } end