# File lib/merb-core/controller/abstract_controller.rb, line 349
  def self.skip_after(filter)
    skip_filter(self._after_filters, filter)
  end