# File lib/arrayfields.rb, line 170
    def member? key
      @fieldset.fields.include? key
    end