module Bundler
def bundle_path
def bundle_path @bundle_path ||= begin path = settings[:path] || "#{Gem.user_home}/.bundle" Pathname.new(path).expand_path(root) end end
def bundle_path @bundle_path ||= begin path = settings[:path] || "#{Gem.user_home}/.bundle" Pathname.new(path).expand_path(root) end end