diff options
author | Bryan Helmkamp <bryan@brynary.com> | 2009-05-18 01:36:12 -0400 |
---|---|---|
committer | Bryan Helmkamp <bryan@brynary.com> | 2009-05-18 01:36:12 -0400 |
commit | fbfbf1adcb2252c326aa869a6f94bd3269565ba2 (patch) | |
tree | f1cd781d86c7c7101b7840bf02ffd63f42ac94d7 /lib/arel | |
parent | 65e419c172217f9747e2e56b36fcc4b6089a0d6d (diff) | |
download | rails-fbfbf1adcb2252c326aa869a6f94bd3269565ba2.tar.gz rails-fbfbf1adcb2252c326aa869a6f94bd3269565ba2.tar.bz2 rails-fbfbf1adcb2252c326aa869a6f94bd3269565ba2.zip |
Removing unused Pathname extension
Diffstat (limited to 'lib/arel')
-rw-r--r-- | lib/arel/algebra/extensions/pathname.rb | 9 |
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 |