# File lib/kwalify/types.rb, line 134
    def collection?(val)
      return val.is_a?(Array) || val.is_a?(Hash)
    end