Ruby 1.9.0 リファレンスマニュアル > ライブラリ一覧 > library shell > class Shell > ctime

instance method Shell#ctime

ctime(filename) -> Time

Fileクラスにある同名のクラスメソッドと同じです.

[PARAM] filename:
ファイル名を表す文字列か IO オブジェクトを指定します。

[SEE_ALSO] File.ctime