counter = {} # => {} counter[:monkey] += 1 # Ошибка! NoMethodError: undefined method `+' for nil:NilClass