= private = protected
ctime()
See File.ctime. Returns last (directory entry, not file) change time.
# File lib/pathname.rb, line 765 def ctime() File.ctime(@path) end