class Bundler::URI::LDAP

def hierarchical?

For Bundler::URI::LDAP this will return +false+.
Checks if Bundler::URI has a path.
def hierarchical?
  false
end