Method: FileWatch::Stat::WindowsPath#inspect
- Defined in:
- lib/filewatch/stat/windows_path.rb
#inspect ⇒ Object
26 27 28 |
# File 'lib/filewatch/stat/windows_path.rb', line 26 def inspect "<#{self.class.name} size=#{@size}, modified_at=#{@modified_at}, inode=#{@inode}, inode_struct=#{@inode_struct}>" end |