Sha256: 228c89ae507263f858504050e771622e983d7290c432a26eda122f18650288b6

Contents?: true

Size: 1.14 KB

Versions: 12

Compression:

Stored size: 1.14 KB

Contents

o:$YARD::CodeObjects::MethodObject:@scope:
instance:@visibility:public:
@pathI"Bignum#<=:EF:@parameters[:@files[[I"
bignum.c;T0:@current_file_has_commentsF:
@name:<=:@source_type:c:
@tags[:@docstringIC:YARD::Docstring"sReturns <code>true</code> if the value of <code>big</code> is
less than or equal to that of <code>real</code>.;F:@objectIu:YARD::StubProxyBignum#<=;F:
@summary0:@ref_tags[;[o:YARD::Tags::OverloadTag
:@tag_nameI"
overload;F:
@text0;;:@types0:@signatureI"
<=(real);F;IC;";F;Iu;Bignum#<=;F;0;[;[o:YARD::Tags::Tag
;I"return;F;I";F;0;[I"Boolean;F;0:	@allI"@return [Boolean];F;[[:	real0;Iu;Bignum#<=;F; I"—Returns <code>true</code> if the value of <code>big</code> is
less than or equal to that of <code>real</code>.


@overload <=(real)
  @return [Boolean];F:@namespaceIu;Bignum;F:@docstring_extra0:@sourceI"ö/*
 * call-seq:
 *   big <= real  ->  true or false
 *
 * Returns <code>true</code> if the value of <code>big</code> is
 * less than or equal to that of <code>real</code>.
 */

static VALUE
big_le(VALUE x, VALUE y)
{
    return big_op(x, y, 3);
};F

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
pry-doc-0.4.4 lib/pry-doc/core_docs_19/objects/Bignum/_3C_3D_i.dat
pry-doc-0.4.3 lib/pry-doc/core_docs_19/objects/Bignum/_3C_3D_i.dat
pry-doc-0.4.2 lib/pry-doc/core_docs_19/objects/Bignum/_3C_3D_i.dat
pry-doc-0.4.1 lib/pry-doc/core_docs_19/objects/Bignum/_3C_3D_i.dat
pry-doc-0.4.0 lib/pry-doc/core_docs_19/objects/Bignum/_3C_3D_i.dat
pry-doc-0.3.0 lib/pry-doc/core_docs_19/objects/Bignum/_3C_3D_i.dat
pry-doc-0.2.4pre1 lib/pry-doc/core_docs_19/objects/Bignum/_3C_3D_i.dat
pry-doc-0.2.3pre1 lib/pry-doc/core_docs_19/objects/Bignum/_3C_3D_i.dat
pry-doc-0.2.1 lib/pry-doc/core_docs_19/objects/Bignum/_3C_3D_i.dat
pry-doc-0.2.0 lib/pry-doc/core_docs_19/objects/Bignum/_3C_3D_i.dat
pry-doc-0.1.5pre1 lib/pry-doc/core_docs_19/objects/Bignum/_3C_3D_i.dat
pry-0.6.9pre1-i386-mingw32 lib/pry/core_docs_19/objects/Bignum/_3C_3D_i.dat