class Ravanello::Router
Routes redis keys to the counting endpoints
Attributes
root[R]
Public Class Methods
new(&blk)
click to toggle source
# File lib/ravanello/router.rb, line 8 def initialize(&blk) @root = Ravanello::Routing::Root.new(&blk) end