Class: Bits::BitReader

Inherits:
Object
  • Object
show all
Defined in:
lib/bits/bit_reader.rb

Direct Known Subclasses

BitReaderLocal

Instance Method Summary collapse

Instance Method Details

#readObject



3
4
5
# File 'lib/bits/bit_reader.rb', line 3

def read
  raise 'not implemented: read'
end