real?()
Returns true if num is a Real (i.e. non Complex).
static VALUE num_real_p(VALUE num) { return Qtrue; }