# File lib/merb-core/dispatch/router/route.rb, line 97 def regexp? behavior.regexp? || behavior.send(:ancestors).any? { |a| a.regexp? } end