>>>>> "B" == Berger, Daniel <Daniel.Berger@qwest.com> writes:
B> So, is there a way to catch my mistake or not Guy?
You can't have a problem with NIL_P(), it just use ==
But you can have problems with other macros, like
RSTRING(str)
str must be a valid struct RString, otherwise just expect that ruby
crash when it use the result :-)
Guy Decoux