# File lib/merb-core/controller/abstract_controller.rb, line 358
  def self.skip_before(filter)
    skip_filter(self._before_filters , filter)
  end