Module: FunWith::Files::StatMethods
- Defined in:
- lib/fun_with/files/stat_methods.rb
Instance Method Summary collapse
Instance Method Details
#inode ⇒ Object
8 9 10 |
# File 'lib/fun_with/files/stat_methods.rb', line 8 def inode self.stat.ino end |
#stat ⇒ Object
4 5 6 |
# File 'lib/fun_with/files/stat_methods.rb', line 4 def stat File.stat( self ) end |