/* * call_seq: * nil.nil? => true * * Only the object <i>nil</i> responds <code>true</code> to <code>nil?</code>. */ static VALUE rb_true(obj) VALUE obj; { return Qtrue; }