Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
to_int()
public
/* :nodoc: */
static VALUE
sym_to_int(sym)
VALUE sym;
{
rb_warning("treating Symbol as an integer");
return sym_to_i(sym);
}