summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-22 10:35:57 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-22 10:35:57 +0000
commit035a4e7d724888373382948d246d9ce87da2b247 (patch)
tree235273291cae101492cddc390db45545a35be4cd /NEWS
parente419c88b0febd37d60a186dc776debb01d5cf6b5 (diff)
* 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
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.