Shortcut method to read the contents of the blob.
54 55 56
# File 'lib/bfs/blob.rb', line 54 def read(**opts) self.open(**opts, &:read) end