diff options
| author | mo khan <mo@mokhan.ca> | 2013-12-27 10:32:59 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-12-27 10:32:59 -0700 |
| commit | 9f1246b527383ca8e4101c296fff07b24e23ec6a (patch) | |
| tree | b387f8837ca5f4fed97b059f33e87afadad29f06 | |
| parent | d4e6c563d3caace3c68d0d641ec129ab49ddceb2 (diff) | |
remove unused module.
| -rw-r--r-- | lib/infrastructure/mixins/lambda_behaviours.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/infrastructure/mixins/lambda_behaviours.rb b/lib/infrastructure/mixins/lambda_behaviours.rb deleted file mode 100644 index 4fe360b..0000000 --- a/lib/infrastructure/mixins/lambda_behaviours.rb +++ /dev/null @@ -1,7 +0,0 @@ -module Booty - module LambdaBehaviours - def memoize(lambda_method) - lambda { |container| @cache ||= lambda_method.call(container) } - end - end -end |
