Class: File

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/appcenter/helper/appcenter_helper.rb

Instance Method Summary collapse

Instance Method Details

#each_chunk(chunk_size) ⇒ Object



2
3
4
# File 'lib/fastlane/plugin/appcenter/helper/appcenter_helper.rb', line 2

def each_chunk(chunk_size)
  yield read(chunk_size) until eof?
end