# File lib/bacon.rb, line 257
  def throw?(sym)
    catch(sym) {
      call
      return false
    }
    return true
  end