# File lib/ethon/easy/form.rb, line 66
      def materialize
        query_pairs.each { |pair| form_add(pair.first.to_s, pair.last) }
      end