Method: FileSystem::LocalFileSystem::LocalFile#read

Defined in:
lib/swineherd/filesystem/filesystems.rb

#readObject

Return whole file and as a string



83
84
85
# File 'lib/swineherd/filesystem/filesystems.rb', line 83

def read
  @handle.read
end