"Lyle Johnson" <ljohnson / resgen.com> writes: > This is not a big deal; but is there a function already there in Ruby's C > API to generically check for the "true"-ness of an arbitrary VALUE? In other > words, if this value in native Ruby-speak would evaluate to "true" in a > logical expression? The interface would be something like: > There's the RTEST macro. Dave