Sha256: ea6497f809a4d31920096ed3fec7d356ee5adf28a118e0f636be6917300cb17b
Contents?: true
Size: 283 Bytes
Versions: 32
Compression:
Stored size: 283 Bytes
Contents
# frozen_string_literal: true require_relative '../../puppet/indirector' # Provide any attributes or functionality needed for indirected # instances. module Puppet::Indirector::Envelope attr_accessor :expiration def expired? expiration and expiration < Time.now end end
Version data entries
32 entries across 32 versions & 1 rubygems