Method: Henshin::Plugin#<=>

Defined in:
lib/henshin/plugin.rb

#<=>(other) ⇒ Object

Plugins are sorted by priority



51
52
53
# File 'lib/henshin/plugin.rb', line 51

def <=>(other)
  self.priority <=> other.priority
end