aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object/try.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "don't raise NoMethodError the tried method doesn't exists"José Valim2011-10-061-2/+0
* don't raise NoMethodError the tried method doesn't existsdmathieu2011-05-211-0/+2
* NilClass is a singletonAkira Matsuda2011-04-201-1/+1
* oops fixed typoSebastian Martinez2011-04-181-1/+1
* Fixed docs for NilClass#trySebastian Martinez2011-04-181-8/+8
* Formatting docsSebastian Martinez2011-04-171-1/+1
* Docs for NilClass#trySebastian Martinez2011-04-171-1/+13
* Active Support typos.R.T. Lechow2011-03-051-1/+1
* :method: is not needed when RDoc can detect itSantiago Pastorino2010-12-021-5/+0
* Add support for try to just yield the object to a block if no method is to be...raggi2010-11-141-1/+13
* Remove dummy method definition in favor of RDoc hints:Aaron Patterson2010-09-111-7/+5
* try is an object extensionJeremy Kemper2009-03-211-0/+36