From 51730792ca930a896361eb92354a42bc56903de1 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Wed, 19 Nov 2008 19:36:42 +0530 Subject: Added Object#try. ( Taken from http://ozmm.org/posts/try.html ) [Chris Wanstrath] --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 5997b7daaf..0717d344d7 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *2.3.0 [Edge]* +* Added Object#try. ( Taken from http://ozmm.org/posts/try.html ) [Chris Wanstrath] + * Added Enumerable#none? to check that none of the elements match the block #1408 [Damian Janowski] * TimeZone offset tests: use current_period, to ensure TimeZone#utc_offset is up-to-date [Geoff Buesing] -- cgit v1.2.3