File: hike.rb

package info (click to toggle)
ruby-hike 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: ruby: 276; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module Hike
  VERSION = "2.1.3"

  autoload :CachedTrail,     "hike/cached_trail"
  autoload :Extensions,      "hike/extensions"
  autoload :FileUtils,       "hike/fileutils"
  autoload :NormalizedArray, "hike/normalized_array"
  autoload :Paths,           "hike/paths"
  autoload :Trail,           "hike/trail"
end