mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
95439d0741
commit
02771a7aed
4 changed files with 12 additions and 7 deletions
|
@ -214,7 +214,7 @@ module URI
|
|||
# :startdoc:
|
||||
end # REGEXP
|
||||
|
||||
module Util
|
||||
module Util # :nodoc:
|
||||
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>.
|
||||
# By default uses <tt>REGEXP::UNSAFE</tt>.
|
||||
#
|
||||
# == Description
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue