diff options
author | akira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-17 13:14:35 +0000 |
---|---|---|
committer | akira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-17 13:14:35 +0000 |
commit | 02771a7aede0f9e3485d947ba542cdef4852caf7 () | |
tree | c8b78f54a38a6dedbecc3502e051049b97403d2a /lib/uri/ldap.rb | |
parent | 95439d074129ee930d360666f0549be3f413ca61 (diff) |
* lib/uri/ldap.rb: method hierarchical? should be in URI::LDAP.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/uri/ldap.rb | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -180,10 +180,10 @@ module URI set_extensions(val) val end - end - def hierarchical? - false end @@schemes['LDAP'] = LDAP |