Open ttilberg opened 1 year ago
Allows streaming of blob in chunks by explicitly passing blocks to Proc.new. In older versions of Ruby, Proc.new would implicitly capture a block.
Proc.new
Fixes compatibility with Ruby 3+
Fixes #444
Allows streaming of blob in chunks by explicitly passing blocks to
Proc.new
. In older versions of Ruby,Proc.new
would implicitly capture a block.Fixes compatibility with Ruby 3+
Fixes #444