# File lib/hoe.rb, line 567
  def developer name, email
    self.author << name
    self.email  << email
  end