aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object/inclusion.rb
Commit message (Expand)AuthorAgeFilesLines
* Only rescue a thrown NoMethodError, don't preemptively check for #include?; a...Jared McFarland2011-04-151-1/+4
* added an exception to Object#in? to match the methods documentationJared McFarland2011-04-151-0/+1
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-9/+0
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-2/+2
* Add support for Object#in? and Object#either? in Active Support [#6321 state:...Prem Sichanugrist, Brian Morearty, John Reitano2011-04-111-0/+20