[DOC] hide declaration from rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
44c53ee473
commit
4739266ad4
2
object.c
2
object.c
@ -3407,7 +3407,7 @@ rb_Float(VALUE val)
|
|||||||
return rb_convert_type(val, T_FLOAT, "Float", "to_f");
|
return rb_convert_type(val, T_FLOAT, "Float", "to_f");
|
||||||
}
|
}
|
||||||
|
|
||||||
FUNC_MINIMIZED(static VALUE rb_f_float(VALUE obj, VALUE arg)); /*!< \private */
|
static VALUE FUNC_MINIMIZED(rb_f_float(VALUE obj, VALUE arg)); /*!< \private */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user