Class: Bits::Backend

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

Direct Known Subclasses

JoinBackend, LocalBackend

Instance Method Summary collapse

Instance Method Details

#fetch(atom) ⇒ Object

Get a bit corresponding to the specified atom and return BitReader that can read the contents of it.



5
6
7
# File 'lib/bits/backend.rb', line 5

def fetch(atom)
  raise "not implemented: fetch"
end