# File lib/hike/paths.rb, line 7
    def initialize(root = ".")
      @root = Pathname.new(root)
      super()
    end