Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

Commit df76419

Browse files
author
Doug Anarino
committed
Version 4.0.20
1 parent 5d7d461 commit df76419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/hashable.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def self.resolved_hash(hash_or_path)
2929
end
3030
def self.symbolize(hash_or_array, key = nil)
3131
result = hash_or_array
32-
if hash_or_array.is_a?(Hash)
32+
if hash_or_array.is_a?(Hash)
3333
result = {}
3434
hash_or_array.each do |k, v|
3535
if k.is_a?(String)

0 commit comments

Comments
 (0)