module FondMemos::Internal

Public Class Methods

var_name(method) click to toggle source
# File lib/fond_memos.rb, line 81
def self.var_name(method)
  "@memoized_#{method}".to_sym
end