# File lib/puppet/parser/resource.rb, line 106 106: def finished? 107: defined?(@finished) and @finished 108: end