Class: Monkeyshines::Store::NullStore

Inherits:
Base
  • Object
show all
Defined in:
lib/wukong/store/null_store.rb

Instance Method Summary collapse

Instance Method Details

#each(*args, &block) ⇒ Object



5
6
# File 'lib/wukong/store/null_store.rb', line 5

def each *args, &block
end

#set(*args) ⇒ Object

Does nothing!



10
11
# File 'lib/wukong/store/null_store.rb', line 10

def set *args
end