# File lib/codec/data.rb, line 151
      def list=(a)
        put_list
        enter_exit { a.each { |x| self << x } }
      end