From f92be2c01a7417c88b47373a4e43aabd7918f225 Mon Sep 17 00:00:00 2001 From: marcandre Date: Mon, 16 Apr 2012 03:15:42 +0000 Subject: * hash.c: Add Hash#to_h [Feature #6276] [rubyspec:84b7fe3f24d2] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e390b9f09a..61b56b3ad1 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,8 @@ with all sufficient information, see the ChangeLog file. * added Enumerable#lazy method for lazy enumeration. * Hash + * added method: + * added Hash#to_h as explicit conversion method, like Array#to_a. * extended method: * Hash#default_proc= can be passed nil to clear the default proc. -- cgit v1.2.3