Sha256: 2624f963e32b873f620e5a8c6192d2a00537729c15f9d3d7682cdc2b6f4676b1
Contents?: true
Size: 1.54 KB
Versions: 12
Compression:
Stored size: 1.54 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: month:@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::StubProxyTime#month: @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#month;:mon;IC; "