= private = protected
to_f()
Since float is already a Float, returns self.
static VALUE flo_to_f(VALUE num) { return num; }