181004bba4
part of PR pkg/48447 Memoization is an optimization that saves the return value of a method so it doesn't need to be re-computed every time that method is called.
30 lines
1.5 KiB
Text
30 lines
1.5 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2014/01/17 13:01:09 obache Exp $
|
|
${GEM_HOME}/cache/${GEM_NAME}.gem
|
|
${GEM_LIBDIR}/CONTRIBUTING.md
|
|
${GEM_LIBDIR}/LICENSE.md
|
|
${GEM_LIBDIR}/README.md
|
|
${GEM_LIBDIR}/Rakefile
|
|
${GEM_LIBDIR}/lib/memoizable.rb
|
|
${GEM_LIBDIR}/lib/memoizable/instance_methods.rb
|
|
${GEM_LIBDIR}/lib/memoizable/memory.rb
|
|
${GEM_LIBDIR}/lib/memoizable/method_builder.rb
|
|
${GEM_LIBDIR}/lib/memoizable/module_methods.rb
|
|
${GEM_LIBDIR}/lib/memoizable/version.rb
|
|
${GEM_LIBDIR}/memoizable.gemspec
|
|
${GEM_LIBDIR}/spec/integration/serializable_spec.rb
|
|
${GEM_LIBDIR}/spec/shared/call_super_shared_spec.rb
|
|
${GEM_LIBDIR}/spec/shared/command_method_behavior.rb
|
|
${GEM_LIBDIR}/spec/spec_helper.rb
|
|
${GEM_LIBDIR}/spec/unit/memoizable/class_methods/included_spec.rb
|
|
${GEM_LIBDIR}/spec/unit/memoizable/fixtures/classes.rb
|
|
${GEM_LIBDIR}/spec/unit/memoizable/instance_methods/freeze_spec.rb
|
|
${GEM_LIBDIR}/spec/unit/memoizable/instance_methods/memoize_spec.rb
|
|
${GEM_LIBDIR}/spec/unit/memoizable/memory_spec.rb
|
|
${GEM_LIBDIR}/spec/unit/memoizable/method_builder/call_spec.rb
|
|
${GEM_LIBDIR}/spec/unit/memoizable/method_builder/class_methods/new_spec.rb
|
|
${GEM_LIBDIR}/spec/unit/memoizable/method_builder/original_method_spec.rb
|
|
${GEM_LIBDIR}/spec/unit/memoizable/module_methods/included_spec.rb
|
|
${GEM_LIBDIR}/spec/unit/memoizable/module_methods/memoize_spec.rb
|
|
${GEM_LIBDIR}/spec/unit/memoizable/module_methods/memoized_predicate_spec.rb
|
|
${GEM_LIBDIR}/spec/unit/memoizable/module_methods/unmemoized_instance_method_spec.rb
|
|
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|