Sha256: 468cab22f3ba38dbffc4add031b39645e45c79ec6527d054e975d3dbc32e297f

Contents?: true

Size: 991 Bytes

Versions: 12

Compression:

Stored size: 991 Bytes

Contents

o:$YARD::CodeObjects::MethodObject:@scope:
instance:@visibility:public:
@pathI"Time#hash:EF:@parameters[:@files[[I"time.c;T0:@current_file_has_commentsF:
@name:	hash:@source_type:c:
@tags[:@docstringIC:YARD::Docstring"-Return a hash code for this time object.;F:@objectIu:YARD::StubProxyTime#hash;F:
@summary0:@ref_tags[;[o:YARD::Tags::OverloadTag
:@tag_nameI"
overload;F:
@text0;;:@types0:@signatureI"	hash;F;IC;";F;Iu;Time#hash;F;0;[;[o:YARD::Tags::Tag
;I"return;F;I";F;0;[I"Fixnum;F;0:	@allI"@return [Fixnum];F;[;Iu;Time#hash;F; I"QReturn a hash code for this time object.


@overload hash
  @return [Fixnum];F:@namespaceIu;	Time;F:@docstring_extra0:@sourceI"æ/*
 * call-seq:
 *   time.hash   -> fixnum
 *
 * Return a hash code for this time object.
 */

static VALUE
time_hash(VALUE time)
{
    struct time_object *tobj;

    GetTimeval(time, tobj);
    return rb_hash(w2v(tobj->timew));
};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/Time/hash_i.dat
pry-doc-0.4.3 lib/pry-doc/core_docs_19/objects/Time/hash_i.dat
pry-doc-0.4.2 lib/pry-doc/core_docs_19/objects/Time/hash_i.dat
pry-doc-0.4.1 lib/pry-doc/core_docs_19/objects/Time/hash_i.dat
pry-doc-0.4.0 lib/pry-doc/core_docs_19/objects/Time/hash_i.dat
pry-doc-0.3.0 lib/pry-doc/core_docs_19/objects/Time/hash_i.dat
pry-doc-0.2.4pre1 lib/pry-doc/core_docs_19/objects/Time/hash_i.dat
pry-doc-0.2.3pre1 lib/pry-doc/core_docs_19/objects/Time/hash_i.dat
pry-doc-0.2.1 lib/pry-doc/core_docs_19/objects/Time/hash_i.dat
pry-doc-0.2.0 lib/pry-doc/core_docs_19/objects/Time/hash_i.dat
pry-doc-0.1.5pre1 lib/pry-doc/core_docs_19/objects/Time/hash_i.dat
pry-0.6.9pre1-i386-mingw32 lib/pry/core_docs_19/objects/Time/hash_i.dat