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