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