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