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