module Utils::IRB::Shell
def irb_server(hostname = nil, port = nil)
def irb_server(hostname = nil, port = nil) Utils::IRB::Service.start(hostname, port) {} end
def irb_server(hostname = nil, port = nil) Utils::IRB::Service.start(hostname, port) {} end