Sha256: 7d160d9132f5cea8a08ffd5cc198a4e1863633808d753bbbfbca59af201dd459

Contents?: true

Size: 74 Bytes

Versions: 21

Compression:

Stored size: 74 Bytes

Contents

class File
  def each_part(size)
    yield read(size) until eof?
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rest-ftp-daemon-1.1.1 lib/shared/patch_file.rb
rest-ftp-daemon-1.1.0 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.15 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.14 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.13 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.12 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.11 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.10 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.9 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.8 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.7 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.6 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.5 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.4 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.3 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.2 lib/shared/patch_file.rb
rest-ftp-daemon-1.0.1 lib/shared/patch_file.rb
rest-ftp-daemon-0.502.2 lib/shared/patch_file.rb
rest-ftp-daemon-0.502.1 lib/shared/patch_file.rb
rest-ftp-daemon-0.502.0 lib/shared/patch_file.rb