Sha256: b4a97e933ca9078636af8dbc9166fc209e93c64499d913b4c91591cec9bb2f4c
Contents?: true
Size: 405 Bytes
Versions: 12
Compression:
Stored size: 405 Bytes
Contents
_opts = FnordMetric.options if _opts[:web_interface] FnordMetric::Web.new( :host => _opts[:web_interface][0], :port => _opts[:web_interface][1] ) end if _opts[:inbound_stream] FnordMetric::Acceptor.new( :protocol => _opts[:inbound_protocol], :host => _opts[:inbound_stream][0], :port => _opts[:inbound_stream][1] ) end if _opts[:start_worker] FnordMetric::Worker.new() end
Version data entries
12 entries across 12 versions & 3 rubygems