module Lemo::Memo

Public Class Methods

included( other_module ) click to toggle source

hook in class methods on include

# File lib/lemo/memo.rb, line 51
def self.included( other_module )
  other_module.extend ClassMethods
end