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