Class: SpeedGun::Store::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/speed_gun/store/base.rb

Direct Known Subclasses

Memory

Instance Method Summary collapse

Instance Method Details

#[](id) ⇒ Object



4
5
# File 'lib/speed_gun/store/base.rb', line 4

def [](id)
end

#[]=(id, value) ⇒ Object



7
8
# File 'lib/speed_gun/store/base.rb', line 7

def []=(id, value)
end