Class: File

Inherits:
Object
  • Object
show all
Defined in:
lib/vfs/integration.rb

Instance Method Summary collapse

Instance Method Details

#to_entryObject



23
24
25
# File 'lib/vfs/integration.rb', line 23

def to_entry
  path.to_entry
end

#to_fileObject



27
28
29
# File 'lib/vfs/integration.rb', line 27

def to_file
  path.to_file
end