bearded / ruby-ldap

Ruby/LDAP is an extension library for Ruby. It provides the interface to some LDAP libraries (e.g. OpenLDAP, Netscape SDK and Active Directory). The common API for application development is described in RFC1823 and is supported by Ruby/LDAP.
http://rubyforge.org/projects/ruby-ldap/
Other
66 stars 35 forks source link

s/\t/:space:/g test/*.rb #39

Closed umanoda closed 8 years ago

umanoda commented 8 years ago

Hi.

Tab has mixed in some places of the test code. Since impede code reading, it was replaced by a space.

bearded commented 8 years ago

thx!