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