# File lib/rubygems/specification.rb, line 1157
  def executables= value
    # TODO: warn about setting instead of pushing
    @executables = Array(value)
  end