Sha256: 3a962f168c9f29536bfb9fc29768a4a868d76dc1b8e0ca36e1ef3f307d231f4b
Contents?: true
Size: 228 Bytes
Versions: 13
Compression:
Stored size: 228 Bytes
Contents
module DBF module Memo class Dbase4 < Base def build_memo(start_block) # nodoc @data.seek offset(start_block) @data.read(@data.read(BLOCK_HEADER_SIZE).unpack('x4L').first) end end end end
Version data entries
13 entries across 13 versions & 1 rubygems