summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-17 13:14:35 +0000
committerakira <akira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-17 13:14:35 +0000
commit02771a7aede0f9e3485d947ba542cdef4852caf7 ()
treec8b78f54a38a6dedbecc3502e051049b97403d2a
parent95439d074129ee930d360666f0549be3f413ca61 (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--ChangeLog4
-rw-r--r--lib/uri.rb5
-rw-r--r--lib/uri/common.rb4
-rw-r--r--lib/uri/ldap.rb6
4 files changed, 12 insertions, 7 deletions
@@ -1,3 +1,7 @@
Sat Jul 17 18:29:07 2004 Nobuyoshi Nakada <[email protected]>
* parse.y (stmt): not to show same error messages twice.
@@ -1,6 +1,4 @@
#
-# = uri.rb
-#
# URI support for Ruby
#
# Author:: Akira Yamada <[email protected]>
@@ -14,8 +12,11 @@
#
module URI
VERSION_CODE = '000911'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
end
require 'uri/common'
@@ -214,7 +214,7 @@ module URI
# :startdoc:
end # REGEXP
- module Util
def make_components_hash(klass, array_hash)
tmp = {}
if array_hash.kind_of?(Array) &&
@@ -260,7 +260,7 @@ module URI
# String to replaces in.
# +unsafe+::
# Regexp that matches all symbols that must be replaced with codes.
- # By default uses <tt>REGEXP::SAFE</tt>.
#
# == Description
#
@@ -180,10 +180,10 @@ module URI
set_extensions(val)
val
end
- end
- def hierarchical?
- false
end
@@schemes['LDAP'] = LDAP