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