Class: Bits::BitReader
- Inherits:
-
Object
- Object
- Bits::BitReader
- Defined in:
- lib/bits/bit_reader.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#read ⇒ Object
3 4 5 |
# File 'lib/bits/bit_reader.rb', line 3 def read raise 'not implemented: read' end |