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: README.markdown
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ Converts the case of a string or of all strings in an array to lowercase. *Type*
224
224
225
225
#### `empty`
226
226
227
-
Returns true if the argument is an array or hash that contains no elements, or an empty string. *Type*: rvalue.
227
+
Returns true if the argument is an array or hash that contains no elements, or an empty string. Returns false when the argument is a numerical value. *Type*: rvalue.
0 commit comments