Method: LIS::InterfaceServer#run!

Defined in:
lib/lis/interface_server.rb

#run!Object



31
32
33
34
# File 'lib/lis/interface_server.rb', line 31

def run!
  warn "listener started" if $VERBOSE
  @server.run!
end