class Proc

def throw?(sym)

def throw?(sym)
  catch(sym) {
    call
    return false
  }
  return true
end