# File lib/arrayfields.rb, line 163
    def fetch key
      self[key] or raise IndexError, 'key not found'
    end