# File lib/bundler/endpoint_specification.rb, line 33 def executables if @remote_specification @remote_specification.executables elsif _local_specification _local_specification.executables else super end end