File: router.rb

package info (click to toggle)
ruby-mustermann19 0.4.3%2Bgit20160621-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 756 kB
  • ctags: 445
  • sloc: ruby: 7,197; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
require 'mustermann/router/simple'
require 'mustermann/router/rack'

module Mustermann
  # @see Mustermann::Router::Simple
  # @see Mustermann::Router::Rack
  module Router
  end
end