Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7906

Show
Ignore:
Timestamp:
10/15/07 07:11:25 (11 months ago)
Author:
bitsweat
Message:

object.duplicable? returns true if object.dup is safe. False for nil, true, false, symbols, and numbers; true otherwise. References #9333.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activesupport/CHANGELOG

    r7868 r7906  
    11*SVN* 
     2 
     3* object.duplicable? returns true if object.dup is safe. False for nil, true, false, symbols, and numbers; true otherwise.  #9333 [sur] 
    24 
    35* Time, Date and DateTime #advance accept :weeks option.  #9866 [Geoff Buesing]