[Source]
# File lib/ttk/services/MonitorServer.rb, line 13 def start_service(uri, monitor, max_observer) @front = Monitors::Server.new(self, monitor, max_observer) super(uri) end
[Validate]