File: backwards.rb

package info (click to toggle)
ruby-journey 1.0.4-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 288 kB
  • sloc: ruby: 2,830; javascript: 113; yacc: 42; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (3)
1
2
3
4
5
module Rack
  Mount = Journey::Router
  Mount::RouteSet = Journey::Router
  Mount::RegexpWithNamedGroups = Journey::Path::Pattern
end