Sha256: 5c54ddc0e3b052b570cd3e993d9353317b08ef042b845b343ae1badbf498a83a
Contents?: true
Size: 1 KB
Versions: 12
Compression:
Stored size: 1 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:<=>:@docstringIC:YARD::Docstring"PReturns zero if <i>num</i> equals <i>other</i>, <code>nil</code> otherwise. :@objectu:YARD::StubProxyNumeric#<=>: @summary0: @all"zReturns zero if <i>num</i> equals <i>other</i>, <code>nil</code> otherwise. @overload <=>(other) @return [0, nil]:@ref_tags[: @tags[o:YARD::Tags::OverloadTag ; u;Numeric#<=>;;;IC; " ; u;Numeric#<=>;0; "@return [0, nil];[;[o:YARD::Tags::Tag ; 0;0:@types["0"nil: @text":@tag_name"return;0:@parameters[[: other0;0:@signature"<=>(other);" overload:@current_file_has_commentsF:@scope: instance;[:@docstring_extra0:@files[["numeric.c0:@namespaceu;Numeric: @path"Numeric#<=>;[:@visibility:public:@source"�/* * call-seq: * num <=> other -> 0 or nil * * Returns zero if <i>num</i> equals <i>other</i>, <code>nil</code> * otherwise. */ static VALUE num_cmp(x, y) VALUE x, y; { if (x == y) return INT2FIX(0); return Qnil; }:@source_type:c
Version data entries
12 entries across 12 versions & 2 rubygems