Sha256: 5064ad63b3cc29a2126287fd0363a7f37b13b68433948abc26704af2b74802c7
Contents?: true
Size: 1.52 KB
Versions: 12
Compression:
Stored size: 1.52 KB
Contents
o:$YARD::CodeObjects::MethodObject: @name: mday:@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::StubProxyTime#mday: @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#mday;:day;IC; "