aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/attr_accessor_with_default.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve clarity of example. Make it follow guidelines for output display.Ben Orenstein2011-02-191-5/+5
* Fix 'warning: method redefined' [#5551 state:resolved]Krekoten' Marjan2010-09-251-4/+4
* attr_accessor_with_default should raise an ArgumentError not a RuntimeErrorAaron Patterson2010-09-241-3/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-1/+1
* Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-4/+4
* False is a reasonable defaultDavid Heinemeier Hansson2006-12-271-1/+1
* Add Module#attr_accessor_with_default to initialize value of attribute before...Marcel Molina2006-11-161-0/+31