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