# File lib/safe_yaml/transform/transformation_map.rb, line 13
        def include?(key)
          super(key.downcase)
        end