module Utils::IRB::Shell

def irb_connect(hostname = nil, port = nil)

Conenct to an irb server.
def irb_connect(hostname = nil, port = nil)
  Utils::IRB::Service.connect(hostname, port)
end