# File lib/rubygems/specification.rb, line 1142
  def executable=o
    self.executables = [o]
  end