Class: DaimonSkycrawlers::Storage::Null
- Defined in:
- lib/daimon_skycrawlers/storage/null.rb
Overview
The null storage.
This storage is useful for test.
Instance Method Summary collapse
-
#read(message = {}) ⇒ Object
Read nothing.
-
#save(data) ⇒ Object
Save nothing.
Instance Method Details
#read(message = {}) ⇒ Object
Read nothing
19 20 |
# File 'lib/daimon_skycrawlers/storage/null.rb', line 19 def read( = {}) end |
#save(data) ⇒ Object
Save nothing
13 14 |
# File 'lib/daimon_skycrawlers/storage/null.rb', line 13 def save(data) end |