Method: QB::IPC::STDIO::Server#start!

Defined in:
lib/qb/ipc/stdio/server.rb

#start!self

Start all the #services by calling QB::IPC::STDIO::Server::Service#open! on them.

Returns:

  • (self)


210
211
212
213
# File 'lib/qb/ipc/stdio/server.rb', line 210

def start!
  services.each &:open!
  self
end