Class: Cucover::Store::Recordings

Inherits:
Hash
  • Object
show all
Defined in:
lib/cucover/store.rb

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object



44
45
46
47
# File 'lib/cucover/store.rb', line 44

def [](key)
  self[key] = [] if super.nil?
  super
end