Sha256: f582eb5fa95435b6638ada4d772cb1ba2cacdc37fb10c4caadc53a60e5a6717a
Contents?: true
Size: 295 Bytes
Versions: 20
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true # The import function raises an error when called to inform the user that import is no longer supported. # Puppet::Functions.create_function(:import) do def import(*args) raise Puppet::Pops::SemanticError, Puppet::Pops::Issues::DISCONTINUED_IMPORT end end
Version data entries
20 entries across 20 versions & 1 rubygems