Module: BothIsGood::Memoization
- Included in:
- Context::Error, Context::Result, Context::Switching, DualImplementer, Invocation
- Defined in:
- lib/both_is_good/memoization.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 |
# File 'lib/both_is_good/memoization.rb', line 3 def self.included(base) = base.extend(ClassMethods) |