mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[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
1 changed files with 1 additions and 1 deletions
2
object.c
2
object.c
|
|
@ -3407,7 +3407,7 @@ rb_Float(VALUE val)
|
|||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue