# File lib/puppet/type.rb, line 1841 1841: def purging? 1842: if defined?(@purging) 1843: @purging 1844: else 1845: false 1846: end 1847: end