Flowdock
denominator() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
integer_denominator(VALUE self)
{
    return INT2FIX(1);
}
Register or log in to add new notes.