This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
bindir()
public
needed for bundle clean
# File lib/bundler/endpoint_specification.rb, line 63
def bindir
if @remote_specification
@remote_specification.bindir
elsif _local_specification
_local_specification.bindir
else
super
end
end