= private = protected
hash()
Returns a hash code for this Time object.
See also Object#hash.
static VALUE time_hash(VALUE time) { struct time_object *tobj; GetTimeval(time, tobj); return rb_hash(w2v(tobj->timew)); }