Module: Lemo::Memo

Includes:
MemoedMethods
Defined in:
lib/lemo/memo.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Methods included from MemoedMethods

#_clear_memos, #_memoed_methods

Class Method Details

.included(other_module) ⇒ Object

hook in class methods on include



51
52
53
# File 'lib/lemo/memo.rb', line 51

def self.included( other_module )
  other_module.extend ClassMethods
end