Method: Vfs::File#create

Defined in:
lib/vfs/entries/file.rb

#create(options = {}) ⇒ Object

def content options = {}

read options

end



42
43
44
45
# File 'lib/vfs/entries/file.rb', line 42

def create options = {}
  write '', options
  self
end