You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/protocol/http/url.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ def self.escape_path(path)
44
44
45
45
# Encodes a hash or array into a query string. This method is used to encode query parameters in a URL. For example, `{"a" => 1, "b" => 2}` is encoded as `a=1&b=2`.
46
46
#
47
-
# @parameter value [Hash, Array] The value to encode.
47
+
# @parameter value [Hash | Array | Nil] The value to encode.
48
48
# @parameter prefix [String] The prefix to use for keys.
0 commit comments