Class: Pathname

Inherits:
Object show all
Defined in:
lib/eac_fs/patches/pathname/info.rb

Instance Method Summary collapse

Instance Method Details

#infoEacFs::FileInfo

Shortcut for ‘EacFs::FileInfo.new(self)`.

Returns:



8
9
10
# File 'lib/eac_fs/patches/pathname/info.rb', line 8

def info
  ::EacFs::FileInfo.new(self)
end