stdlib/uri/0/ldap.rbs in rbs-2.7.0.pre.3 vs stdlib/uri/0/ldap.rbs in rbs-2.7.0
- old
+ new
@@ -48,10 +48,10 @@
#
# uri = URI::LDAP.build(["ldap.example.com", nil,
# "/dc=example;dc=com", "query", nil, nil, nil])
#
def self.build: (Array[nil | String | Integer] args) -> URI::LDAP
- | ({ host: String, port: Integer?, dn: String, attributes: String?, scope: String?, filter: String?, extensions: String? }) -> URI::LDAP
+ | ({ host: String?, port: Integer?, dn: String?, attributes: String?, scope: String?, filter: String?, extensions: String? }) -> URI::LDAP
# <!--
# rdoc-file=lib/uri/ldap.rb
# - new(*arg)
# -->