# File lib/kwala/lib/strange_requires_detector.rb, line 51
  def is_subdir_of?(dir)
    return path[0..dir.path.length-1] == dir.path
  end