# File lib/bundler/bundle.rb, line 66 def bindir=(path) @bindir = (path.relative? ? root.join(path) : path).expand_path end