lib/usher/route.rb in joshbuddy-usher-0.0.2 vs lib/usher/route.rb in joshbuddy-usher-0.0.3
- old
+ new
@@ -1,9 +1,8 @@
$:.unshift File.dirname(__FILE__)
require 'route/path'
require 'route/splitter'
-require 'route/separator'
require 'route/variable'
require 'route/http'
class Usher
class Route