File: //usr/local/rvm/gems/default/doc/activesupport-6.1.4.1/ri/Date/change-i.ri
U:RDoc::AnyMethod[iI"change:ETI"Date#change;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"rReturns a new Date where one or more of the elements have been changed according to the +options+ parameter. ;TI"xThe +options+ parameter is a hash with a combination of these keys: <tt>:year</tt>, <tt>:month</tt>, <tt>:day</tt>.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"RDate.new(2007, 5, 12).change(day: 1) # => Date.new(2007, 5, 1)
;TI"RDate.new(2007, 5, 12).change(year: 2005, month: 1) # => Date.new(2005, 1, 12);T:@format0:
@fileI"5lib/active_support/core_ext/date/calculations.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(options);T@FI" Date;TcRDoc::NormalClass00