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