class HttpRouter::Node::Host

Public Class Methods

new(router, parent, hosts) click to toggle source
# File lib/http_router/node/host.rb, line 4
def initialize(router, parent, hosts)
  super(router, parent, hosts, :host)
end