Method: Interlock::PassThroughStore#nothing
- Defined in:
- lib/interlock/pass_through_store.rb
#nothing(*args) ⇒ Object Also known as: read, write, delete
Do nothing.
10 11 12 |
# File 'lib/interlock/pass_through_store.rb', line 10 def nothing(*args) nil end |