'20260605'.freeze
Set.new
10 11 12 13 14 15
# File 'lib/ecoportal/api/graphql/concerns/deprecation.rb', line 10 def self.warn_once(key, message) return if WARNED.include?(key) WARNED << key warn "[ecoportal-api-graphql] DEPRECATED (#{key}): #{message}" end