Method: BFS::Blob#read

Defined in:
lib/bfs/blob.rb

#read(**opts) ⇒ Object

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