Sha256: 10f86f014b448bada32fba2b01a26a4b86ac1db5d5912e0982f15d05bd801447
Contents?: true
Size: 1.53 KB
Versions: 12
Compression:
Stored size: 1.53 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name:mon:@docstringIC:YARD::Docstring"šReturns the month of the year (1..12) for <i>time</i>. t = Time.now #=> Wed Apr 09 08:56:03 CDT 2003 t.mon #=> 4 t.month #=> 4 :@objectu:YARD::StubProxy Time#mon: @summary0: @all"àReturns the month of the year (1..12) for <i>time</i>. t = Time.now #=> Wed Apr 09 08:56:03 CDT 2003 t.mon #=> 4 t.month #=> 4 @overload mon @return [Fixnum] @overload month @return [Fixnum]:@ref_tags[ : @tags[o:YARD::Tags::OverloadTag ; u; Time#mon;;;IC; "