# File lib/hoe.rb, line 361
  def self.plugin *plugins
    self.plugins.concat plugins
    self.plugins.uniq!
  end