From 035a4e7d724888373382948d246d9ce87da2b247 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 22 Apr 2014 10:35:57 +0000 Subject: * file.c: newly added a class File::Statfs. (experimental) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0b999aa027..cbe70d0376 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,13 @@ with all sufficient information, see the ChangeLog file. * min, min_by, max and max_by supports optional argument to return multiple elements. +* File + * new class File::Statfs to hold filesystem information. (experimental) + +* IO + * New methods + * IO#statfs returns filesystem information as File::Statfs. (experimental) + * Symbol * New methods * Symbol.find(str) returns whether given string is defined as symbol or not. -- cgit v1.2.3