module Utils::IRB::Shell

def irb_server(hostname = nil, port = nil)

Start an irb server.
def irb_server(hostname = nil, port = nil)
  Utils::IRB::Service.start(hostname, port) {}
end