Libraries
»
aggro
(0.0.4)
»
Index
»
Aggro
»
store
Method: Aggro.store
Defined in:
lib/aggro.rb
.
store
⇒
Object
217 218 219
# File 'lib/aggro.rb', line 217
def
store
@store
||=
FileStore
.
new
(
data_dir
)
end