Sha256: 41e73f94ce7b2d79ecfadf9775411076be598574615a65f601026fb8da6f1f98
Contents?: true
Size: 145 Bytes
Versions: 1
Compression:
Stored size: 145 Bytes
Contents
module Bytepack class Null < Byte class << self def pack(*) super(Byte::NULL_INDICATOR) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bytepack-0.0.1 | lib/bytepack/basic/fixed_size/null.rb |