File: C:/Ruby27-x64/share/ri/2.7.0/system/Date/<<-i.ri
U:RDoc::AnyMethod[iI"+:ETI"Date#+;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"HReturns a date object pointing +other+ days after self. The other ;TI"Fshould be a numeric value. If the other is a fractional number, ;TI"1assumes its precision is at most nanosecond.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I";Date.new(2001,2,3) + 1 #=> #<Date: 2001-02-04 ...>
;TI",DateTime.new(2001,2,3) + Rational(1,2)
;TI"N #=> #<DateTime: 2001-02-03T12:00:00+00:00 ...>
;TI"-DateTime.new(2001,2,3) + Rational(-1,2)
;TI"N #=> #<DateTime: 2001-02-02T12:00:00+00:00 ...>
;TI"4DateTime.jd(0,12) + DateTime.new(2001,2,3).ajd
;TI"M #=> #<DateTime: 2001-02-03T00:00:00+00:00 ...>;T:@format0:
@fileI"ext/date/date_core.c;T:0@omit_headings_from_table_of_contents_below0I"d + other -> date
;T0[ I" (p1);T@FI" Date;TcRDoc::NormalClass00