Sha256: 34dbcb809dff0fef863eed372e9f05f8539d2ea7764594f51ff4e61694a3f4d8

Contents?: true

Size: 1.18 KB

Versions: 12

Compression:

Stored size: 1.18 KB

Contents

o:$YARD::CodeObjects::MethodObject:
@name:<:@docstringIC:YARD::Docstring"hReturns <code>true</code> if the value of <code>fix</code> is
less than that of <code>other</code>.
:@objectu:YARD::StubProxy
Fixnum#<:
@summary0:	@all"ŚReturns <code>true</code> if the value of <code>fix</code> is
less than that of <code>other</code>.


@overload <(other)
  @return [Boolean]:@ref_tags[:
@tags[o:YARD::Tags::OverloadTag
;
u;
Fixnum#<;;;IC;	"
;
u;
Fixnum#<;0;
"@return [Boolean];[;[o:YARD::Tags::Tag
;
0;0:@types["Boolean:
@text":@tag_name"return;0:@parameters[[:
other0;0:@signature"
<(other);"
overload:@current_file_has_commentsF:@scope:
instance;[:@docstring_extra0:@files[["numeric.c0:@namespaceu;Fixnum:
@path"
Fixnum#<;[:@visibility:public:@source"…/*
 * call-seq:
 *   fix < other     => true or false
 *
 * Returns <code>true</code> if the value of <code>fix</code> is
 * less than that of <code>other</code>.
 */

static VALUE
fix_lt(x, y)
    VALUE x, y;
{
    if (FIXNUM_P(y)) {
    long a = FIX2LONG(x), b = FIX2LONG(y);

    if (a < b) return Qtrue;
    return Qfalse;
    }
    else {
    return rb_num_coerce_relop(x, y);
    }
}:@source_type:c

Version data entries

12 entries across 12 versions & 2 rubygems

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