Module: NumericMemoist

Defined in:
lib/numeric_memoist.rb,
lib/numeric_memoist/version.rb

Constant Summary collapse

VERSION =
"0.0.2"

Instance Method Summary collapse

Instance Method Details

#memoize(*method_names) ⇒ Object



4
5
6
7
8
# File 'lib/numeric_memoist.rb', line 4

def memoize *method_names
  method_names.each do |method_name|
    _memoize method_name
  end
end