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:



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

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