61 62 63 64
# File 'lib/train/extras/file_unix.rb', line 61 def stat return @stat if defined?(@stat) @stat = Train::Extras::Stat.stat(@spath, @backend, @follow_symlink) end