Module: Vos::Box::Vfs

Included in:
Vos::Box
Defined in:
lib/vos/box/vfs.rb

Instance Method Summary collapse

Instance Method Details

#to_dirObject



12
13
14
# File 'lib/vos/box/vfs.rb', line 12

def to_dir
  to_entry.dir
end

#to_entryObject



4
5
6
# File 'lib/vos/box/vfs.rb', line 4

def to_entry
  '/'.to_entry_on(self.driver)
end

#to_fileObject



8
9
10
# File 'lib/vos/box/vfs.rb', line 8

def to_file
  to_entry.file
end