diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-06-28 13:47:14 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-06-28 13:47:14 +0000 |
commit | 3436b7bbad325af18f1b5c4e88d6959ebf46f3c4 (patch) | |
tree | 1366c14d3bdbbe2e80b11a6ffae9034bf7af6dfa | |
parent | b9faaf6a553eb20d0b3c76c8189ead7a1fb2ab3a (diff) | |
download | ruby-3436b7bbad325af18f1b5c4e88d6959ebf46f3c4.tar.gz |
Pathname#birthtime added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -102,6 +102,8 @@ with all sufficient information, see the ChangeLog file. * Pathname * Pathname#/ is aliased to Pathname#+. + * New methods: + * Pathname#birthtime === Stdlib compatibility issues (excluding feature bug fixes) |