Module: CacheFinder::Finder
- Defined in:
- lib/cache_finder.rb
Defined Under Namespace
Modules: Singleton
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
17 18 19 |
# File 'lib/cache_finder.rb', line 17 def self.included(base) base.extend Singleton end |