Sha256: 40d4acdc7c8901d853f27c0f42b62f1d6899fad6e326eb844dabb2bf8be72664
Contents?: true
Size: 193 Bytes
Versions: 66
Compression:
Stored size: 193 Bytes
Contents
# encoding: US-ASCII class VhdxBatEntry attr_reader :block, :state, :offset def initialize(block, state, offset) @block = block - 1 @state = state @offset = offset end end
Version data entries
66 entries across 66 versions & 1 rubygems