diff options
| author | mo khan <mo@mokhan.ca> | 2013-12-27 10:19:41 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-12-27 10:19:41 -0700 |
| commit | 1e2fe49a9a7151d0af3b7114eaebaf0734a40790 (patch) | |
| tree | b75bbc3009b6c696249e05b7279aa2f18988dcd6 | |
| parent | bdf6f9a4bac0a3bf9cc3a00d0602eddda168cd16 (diff) | |
remove unused methods.
| -rw-r--r-- | lib/infrastructure/mapping/array.rb | 5 | ||||
| -rw-r--r-- | lib/infrastructure/mapping/hash.rb | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/lib/infrastructure/mapping/array.rb b/lib/infrastructure/mapping/array.rb deleted file mode 100644 index b6ec283..0000000 --- a/lib/infrastructure/mapping/array.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Array - def map_all_using(mapper) - map { |item| mapper.map_from(item) } - end -end diff --git a/lib/infrastructure/mapping/hash.rb b/lib/infrastructure/mapping/hash.rb deleted file mode 100644 index c08beb6..0000000 --- a/lib/infrastructure/mapping/hash.rb +++ /dev/null @@ -1,5 +0,0 @@ -class Hash - def map_using(mapper) - mapper.map_from(self) - end -end |
