# File lib/routing_filter/chain.rb, line 9 def unshift(filter) filter.next, first.previous = first, filter if first super end