class Bundler::Source::Path

def install(spec)

def install(spec)
  Bundler.ui.debug "  * Using path #{path}"
  generate_bin(spec)
end