Get the value from the hash
Parameters:
Keys to get the value from
Returns:
Value if the key exists, nil otherwise
14 15 16
# File 'lib/scale_rb/utils.rb', line 14 def _get(*keys) ScaleRb::Utils.get(self, *keys) end