Method: Train::Extras::UnixFile#stat

Defined in:
lib/train/extras/file_unix.rb

#statObject



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