module Utils::IRB::Shell

def irb_server(uri = nil)

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