# File lib/facets/more/eventhook.rb, line 62
  def hook(sym)
    callcc{ |c| raise EventHook.new(sym, c) }
  end