From faef901159440c1672b61a2870e98c47b2f11ed3 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Tue, 10 May 2011 10:27:51 -0500 Subject: [PATCH] Pathname depends on Language --- lib/linguist/pathname.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/linguist/pathname.rb b/lib/linguist/pathname.rb index 7c6ee3d8..98d35d85 100644 --- a/lib/linguist/pathname.rb +++ b/lib/linguist/pathname.rb @@ -1,3 +1,5 @@ +require 'linguist/language' + module Linguist class Pathname def initialize(path)