# File lib/arrayfields.rb, line 404
    def method_missing(meth, *args, &block)
      @a.send(meth, *args, &block)
    end