class Arsenicum::Routing::Router

Attributes

broker[R]

Public Class Methods

new(broker) click to toggle source
# File lib/arsenicum/routing/router.rb, line 6
def initialize(broker)
  @broker = WeakRef.new broker
end