Class: Vmit::VFS::Handler

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

Direct Known Subclasses

ISO, Local, URI

Class Method Summary collapse

Class Method Details

.from(*args) ⇒ Object

alias for new



44
45
46
# File 'lib/vmit/vfs.rb', line 44

def self.from(*args)
  self.new(*args)
end