# File lib/puppet/type.rb, line 2019 2019: def purging? 2020: if defined? @purging 2021: @purging 2022: else 2023: false 2024: end 2025: end