module Utils::IRB::Shell

def irb_time_tap

def irb_time_tap
  r = nil
  irb_time { r = yield }
  r
end