Class: Zemanta::Configuration::NullStorage

Inherits:
Object
  • Object
show all
Defined in:
lib/zemanta/configuration/null_storage.rb

Instance Method Summary collapse

Instance Method Details

#[](key) ⇒ Object



4
5
6
# File 'lib/zemanta/configuration/null_storage.rb', line 4

def [](key)
  nil
end

#[]=(key, value) ⇒ Object



8
9
# File 'lib/zemanta/configuration/null_storage.rb', line 8

def []=(key,value)
end