module Utils::IRB::Shell
def irb_connect(hostname = nil, port = nil)
def irb_connect(hostname = nil, port = nil) Utils::IRB::Service.connect(hostname, port) end
def irb_connect(hostname = nil, port = nil) Utils::IRB::Service.connect(hostname, port) end