method
<=>

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