# File lib/hoe.rb, line 449
  def load_plugin_tasks
    self.class.plugins.each do |plugin|
      send "define_#{plugin}_tasks"
    end
  end