# File lib/facets/more/eventhook.rb, line 65
  def event(sym)
    if $!.name == sym
      yield
      $!.call
    end
  end