Sha256: b6b87f1da7d8b8ff10e40f4f15ba32844f0daa41cd675a257d9aac9fc6a6badb
Contents?: true
Size: 1.92 KB
Versions: 12
Compression:
Stored size: 1.92 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:localtime:@docstringIC:YARD::Docstring"Converts <i>time</i> to local time (using the local time zone in effect for this process) modifying the receiver. t = Time.gm(2000, "jan", 1, 20, 15, 1) t.gmt? #=> true t.localtime #=> Sat Jan 01 14:15:01 CST 2000 t.gmt? #=> false :@objectu:YARD::StubProxyTime#localtime: @summary0: @all"*Converts <i>time</i> to local time (using the local time zone in effect for this process) modifying the receiver. t = Time.gm(2000, "jan", 1, 20, 15, 1) t.gmt? #=> true t.localtime #=> Sat Jan 01 14:15:01 CST 2000 t.gmt? #=> false @overload localtime @return [Time]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u;Time#localtime;;;IC; "