Plugins are sorted by priority
51 52 53
# File 'lib/henshin/plugin.rb', line 51 def <=>(other) self.priority <=> other.priority end