1
0
Fork 0
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/branches/ruby_1_8@6661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akira 2004-07-17 13:07:46 +00:00
parent 0c01821d43
commit 3a14b03b3e
4 changed files with 12 additions and 7 deletions

View file

@ -1,6 +1,4 @@
#
# = uri.rb
#
# URI support for Ruby
#
# Author:: Akira Yamada <akira@ruby-lang.org>
@ -14,8 +12,11 @@
#
module URI
# :stopdoc:
VERSION_CODE = '000911'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
# :startdoc:
end
require 'uri/common'