method
<=>
<=>(other_plugin)
public
Hide source
# File railties/lib/rails/plugin.rb, line 52 def <=>(other_plugin) name <=> other_plugin.name end


