module Utils::IRB::Shell

def irb_restart

Restart this irb.
def irb_restart
  exec $0
end