Module: FunWith::Files::StatMethods

Defined in:
lib/fun_with/files/stat_methods.rb

Instance Method Summary collapse

Instance Method Details

#inodeObject



8
9
10
# File 'lib/fun_with/files/stat_methods.rb', line 8

def inode
  self.stat.ino
end

#statObject



4
5
6
# File 'lib/fun_with/files/stat_methods.rb', line 4

def stat
  File.stat( self )
end