Module: FondMemos::Internal

Defined in:
lib/fond_memos.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.var_name(method) ⇒ Object



81
82
83
# File 'lib/fond_memos.rb', line 81

def self.var_name(method)
  "@memoized_#{method}".to_sym
end