Sha256: 58eedf623488d0a099b78fc67c28b369d2429fe03bc4594a580fb00a4df71edb
Contents?: true
Size: 832 Bytes
Versions: 12
Compression:
Stored size: 832 Bytes
Contents
o:$YARD::CodeObjects::MethodObject:@scope: class:@visibility:public: @pathI" Time.now:EF:@parameters[ :@files[[I"time.c;T0:@current_file_has_commentsF: @name:now:@source_type:c: @tags[ :@docstringIC:YARD::Docstring"gSynonym for <code>Time.new</code>. Returns a +Time+ object initialized to the current system time.;F:@objectIu:YARD::StubProxy Time.now;F: @summary0:@ref_tags[ ;[ : @allI"hSynonym for <code>Time.new</code>. Returns a +Time+ object initialized to the current system time. ;F:@namespaceIu; Time;F:@docstring_extra0:@sourceI"û/* * call-seq: * Time.now -> time * * Creates a new time object for the current time. * * Time.now #=> 2009-06-24 12:39:54 +0900 */ static VALUE time_s_now(VALUE klass) { return rb_class_new_instance(0, NULL, klass); };F
Version data entries
12 entries across 12 versions & 2 rubygems