class Bundler::Bundle

def bindir=(path)

def bindir=(path)
  @bindir = (path.relative? ? root.join(path) : path).expand_path
end