12 13 14
# File 'lib/array/bbarray.rb', line 12 def keys_to_s clean: false self.map{ |v| Hash === v || Array === v ? v.keys_to_s : v } end