diff options
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index 1e51e1d..a176d88 100644 --- a/README.markdown +++ b/README.markdown @@ -215,6 +215,8 @@ Deletes all instances of a given value from a hash. Would return: {'a'=>'A','c'=>'C','B'=>'D'} +- *Type*: rvalue + delete_undef_values ------------------- Deletes all instances of the undef value from an array or hash. |