# File lib/facet/hash/has_keys.rb, line 32 def assert_has_keys(*check_keys) raise(ArgumentError, "does not have key(s)") unless has_all_keys? end