Method: ContentCaching::Adapter::FsAdapter#initialize
- Defined in:
- lib/content_caching/adapters/fs_adapter.rb
#initialize(wrapper, options) ⇒ FsAdapter
Returns a new instance of FsAdapter.
10 11 12 |
# File 'lib/content_caching/adapters/fs_adapter.rb', line 10 def initialize(wrapper, ) super end |