# File lib/routing_filter/chain.rb, line 3 def <<(filter) filter.previous, last.next = last, filter if last super end
# File lib/routing_filter/chain.rb, line 18 def active? RoutingFilter.active? && !empty? end
Generated with the Darkfish Rdoc Generator 2.