Method: Bundler::URI::LDAP#hierarchical?
- Defined in:
- lib/bundler/vendor/uri/lib/uri/ldap.rb
#hierarchical? ⇒ Boolean
Checks if Bundler::URI has a path. For Bundler::URI::LDAP this will return false
.
255 256 257 |
# File 'lib/bundler/vendor/uri/lib/uri/ldap.rb', line 255 def hierarchical? false end |