public Method

Float.coerce(p1)

MISSING: documentation

Source Code

/*
* MISSING: documentation
*/

static VALUE
flo_coerce(x, y)
   VALUE x, y;
{
   return rb_assoc_new(rb_Float(y), x);
}
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.