# File lib/net/ping/ldap.rb, line 42 def initialize(uri=nil, timeout=5) host, port = decode_uri(uri) super(host, port, timeout) end