class Bundler::EndpointSpecification
def executables
def executables if @remote_specification @remote_specification.executables elsif _local_specification _local_specification.executables else super end end
def executables if @remote_specification @remote_specification.executables elsif _local_specification _local_specification.executables else super end end