From: nobu.nokada@... Date: 2003-06-20T23:25:12+09:00 Subject: Re: In 1.8.0 nil.to_s is not the same as "" Hi, At Fri, 20 Jun 2003 23:16:01 +0900, Han Holl wrote: > Did that, and now it works properly, but the following no longer functions: > > module Pql > %w{ TRACE DEBUG REQREADER }.each do |el| > const_set(el, nil) unless const_defined?(el) > end > > I get: > pql_env.rb:5:in `const_defined?': wrong constant name (null) (NameError) Sorry, try the patch in [ruby-talk:74014] instead. -- Nobu Nakada