# File lib/rack/mount/regexp_with_named_groups.rb, line 64 def eql?(other) super && @names.eql?(other.names) end