Module: CrossStub::Cache
- Extended by:
- Forwardable
- Defined in:
- lib/cross-stub/cache.rb
Class Method Summary collapse
Class Method Details
.refresh(opts) ⇒ Object
17 18 19 |
# File 'lib/cross-stub/cache.rb', line 17 def refresh(opts) init(opts, false) end |
.setup(opts) ⇒ Object
13 14 15 |
# File 'lib/cross-stub/cache.rb', line 13 def setup(opts) init(opts, true) end |