module Utils::IRB::Shell

def irb_time_tap(n = 1)

def irb_time_tap(n = 1)
  r = nil
  irb_time(n) { r = yield }
  r
end