AbstractRequestNode
# File lib/http_router/node/user_agent.rb, line 4 def initialize(router, parent, user_agents) super(router, parent, user_agents, :user_agent) end