939 940 941 942 943 944 945
# File 'lib/cloudinary/utils.rb', line 939 def self.build_array(array) case array when Array then array when nil then [] else [array] end end