class TCellAgent::Routes::RouteTable

Attributes

routes[RW]

Public Class Methods

new() click to toggle source
# File lib/tcell_agent/routes/table.rb, line 33
def initialize
  @routes = Hash.new { |h, k| h[k] = RouteEndpoint.new }
end