File: hike.rb

package info (click to toggle)
ruby-hike 1.2.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 92 kB
  • sloc: ruby: 280; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
module Hike
  VERSION = "1.2.0"

  autoload :Extensions,      "hike/extensions"
  autoload :Index,           "hike/index"
  autoload :NormalizedArray, "hike/normalized_array"
  autoload :Paths,           "hike/paths"
  autoload :Trail,           "hike/trail"
end