o:$YARD::CodeObjects::MethodObject:
@name:
integer?:@docstringIC:YARD::Docstring"&Always returns true
.
:@objectu:YARD::StubProxyInteger#integer?:
@summary0: @all"LAlways returns true
.
@overload integer?
@return [true]:@ref_tags[ :
@tags[o:YARD::Tags::OverloadTag
;
u;Integer#integer?;;;IC; "
;
u;Integer#integer?;0;
"@return [true];[ ;[o:YARD::Tags::Tag
;
0;0:@types[" true:
@text" :@tag_name"return;0:@parameters[ ;0:@signature"
integer?;"
overload:@current_file_has_commentsF:@scope:
instance;[ :@docstring_extra0:@files[["numeric.c0:@namespaceu;Integer:
@path"Integer#integer?;[ :@visibility:public:@source"›/*
* call-seq:
* int.integer? -> true
*
* Always returns true
.
*/
static VALUE
int_int_p(num)
VALUE num;
{
return Qtrue;
}:@source_type:c