Libraries
»
rapel
(0.2.0)
»
Index
»
Rapel
»
REPLServer
»
#start
Method: Rapel::REPLServer#start
Defined in:
lib/rapel/replserver.rb
#
start
⇒
Object
42 43 44
# File 'lib/rapel/replserver.rb', line 42
def
start
loop
{
async_new_repl_connections
}
end