# File lib/merb-core/controller/mixins/responder.rb, line 414 def <=>(entry) c = entry.quality <=> quality c = index <=> entry.index if c == 0 c end