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