nice_hash 1.15.0 → 1.15.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/nice/hash/add_to_ruby.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 254fdd9381807942132b1de1030e2765053fb5c2cc8e6273f0c9fdd8499c3bdd
|
4
|
+
data.tar.gz: 53e2e6724bfd6463831db41564c0caa3431a8a669dc7df5fb4efcc2b11ad232b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85a4ebab47454bc99bc469bef42815793033b51d4f0e254a1b7681a40a9ab92e6f9aaa739b9c4fdfbe811601a1370041983abaa8fe5383593f13dcb92e19d89c
|
7
|
+
data.tar.gz: 2b12952c9483fa972dae9ace4305c2fbb08746a2a210bd2cd64e2ec3552cec4abbbea7f598c36a05dd3190903160035e6db2e9711de4878dadebd542cf4efef7
|
@@ -252,7 +252,7 @@ class Hash
|
|
252
252
|
# More info: NiceHash.get_values
|
253
253
|
###########################################################################
|
254
254
|
def get_values(*keys)
|
255
|
-
NiceHash.get_values(self, keys)
|
255
|
+
NiceHash.get_values(self, *keys)
|
256
256
|
end
|
257
257
|
|
258
258
|
###########################################################################
|