aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object/deep_dup.rb
Commit message (Collapse)AuthorAgeFilesLines
* Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-6/+6
| | | | | | | | | According to our guideline, we leave 1 space between `#` and `=>`, so we want `# =>` instead of `#=>`. Thanks to @fxn for the suggestion. [ci skip]
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
| | | | | | | | | | Sometimes, on Mac OS X, programmers accidentally press Option+Space rather than just Space and don’t see the difference. The problem is that Option+Space writes a non-breaking space (0XA0) rather than a normal space (0x20). This commit removes all the non-breaking spaces inadvertently introduced in the comments of the code.
* Add missing requires for deep_dup and hash ext testCarlos Antonio da Silva2012-05-241-0/+2
|
* adding examples to deep_dup methodFrancesco Rodriguez2012-05-141-1/+23
|
* Keep all methods in object/deep_dupPiotr Sarnacki2012-05-061-0/+16
|
* Nice logic for deep_dup in railsAlexey Gaziev2012-05-061-0/+6