From 4143b06d5ec62b8739203a3496306b9f77d4f336 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Mon, 13 Jun 2011 23:52:59 -0500 Subject: [PATCH] Remove escape_utils require --- lib/linguist/pathname.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/linguist/pathname.rb b/lib/linguist/pathname.rb index fc7c5d28..a8d01aaa 100644 --- a/lib/linguist/pathname.rb +++ b/lib/linguist/pathname.rb @@ -1,8 +1,6 @@ require 'linguist/language' require 'linguist/mime' -require 'escape_utils' - module Linguist # Similar to ::Pathname, Linguist::Pathname wraps a path string and # provides helpful query methods. Its useful when you only have a