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