Method: EacFs::FileInfo#initialize

Defined in:
lib/eac_fs/file_info.rb

#initialize(path) ⇒ Object



18
19
20
# File 'lib/eac_fs/file_info.rb', line 18

common_constructor :path do
  self.path = path.to_pathname
end