From: akr@... Date: 2014-06-18T09:53:46+00:00 Subject: [ruby-dev:48294] [ruby-trunk - Feature #9857] [Feedback] Pathname#birthtime Issue #9857 has been updated by Akira Tanaka. Status changed from Assigned to Feedback 機能はいいと思うんですが、この実装だと respond_to? で true になっちゃいますねぇ。 ``` % ./ruby -rpathname -e 'p Pathname(".").respond_to?(:birthtime)' true ``` ---------------------------------------- Feature #9857: Pathname#birthtime https://bugs.ruby-lang.org/issues/9857#change-47263 * Author: Kazuhiro NISHIYAMA * Status: Feedback * Priority: Normal * Assignee: Akira Tanaka * Category: ext * Target version: current: 2.2.0 ---------------------------------------- `File.birthtime` が追加されたので `Pathname#birthtime` もあると良いのではないでしょうか。 ---Files-------------------------------- pathname-birthtime.patch (1.29 KB) -- https://bugs.ruby-lang.org/