aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Helmkamp <bryan@brynary.com>2009-05-18 01:36:12 -0400
committerBryan Helmkamp <bryan@brynary.com>2009-05-18 01:36:12 -0400
commitfbfbf1adcb2252c326aa869a6f94bd3269565ba2 (patch)
treef1cd781d86c7c7101b7840bf02ffd63f42ac94d7
parent65e419c172217f9747e2e56b36fcc4b6089a0d6d (diff)
downloadrails-fbfbf1adcb2252c326aa869a6f94bd3269565ba2.tar.gz
rails-fbfbf1adcb2252c326aa869a6f94bd3269565ba2.tar.bz2
rails-fbfbf1adcb2252c326aa869a6f94bd3269565ba2.zip
Removing unused Pathname extension
-rw-r--r--lib/arel/algebra/extensions/pathname.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/arel/algebra/extensions/pathname.rb b/lib/arel/algebra/extensions/pathname.rb
deleted file mode 100644
index 829f692d79..0000000000
--- a/lib/arel/algebra/extensions/pathname.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-module Arel
- module PathnameExtensions
- def /(path)
- (self + path).expand_path
- end
-
- Pathname.send(:include, self)
- end
-end \ No newline at end of file