# File lib/jekyll/plugin.rb, line 63 def self.<=>(other) PRIORITIES[other.priority] <=> PRIORITIES[self.priority] end