diff options
author | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-13 12:54:57 +0000 |
---|---|---|
committer | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-13 12:54:57 +0000 |
commit | 58355ea52a44ba8d66f1eb4dc10934e7b75efa7b (patch) | |
tree | 5dcb869963b6fdf6bee0fbdb8c9a103655952bb6 /lib/uri/ldap.rb | |
parent | a55d803ed3246ef68e83240feb19eeee9d605d69 (diff) |
* lib/logger.rb: format comments to keep 80 columns in a line.
* lib/uri/common.rb: ditto.
* lib/uri/ftp.rb: ditto.
* lib/uri/ldap.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri/ldap.rb')
-rw-r--r-- | lib/uri/ldap.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/uri/ldap.rb b/lib/uri/ldap.rb index 561082a58e..c7ae83732c 100644 --- a/lib/uri/ldap.rb +++ b/lib/uri/ldap.rb @@ -37,8 +37,9 @@ module URI # Scopes available for the starting point. # # * SCOPE_BASE - the Base DN - # * SCOPE_ONE - one level under the Base DN, not including the base DN and not including any entries under this. - # * SCOPE_SUB - subtress, all entries at all levels + # * SCOPE_ONE - one level under the Base DN, not including the base DN and + # not including any entries under this. + # * SCOPE_SUB - subtress, all entries at all levels # SCOPE = [ SCOPE_ONE = 'one', |