# File lib/hike/index.rb, line 107
      def relative?(logical_path)
        logical_path.to_s =~ /^\.\.?\//
      end