# File lib/puppet/parser/resource.rb, line 293 293: def to_trans 294: return nil if virtual? 295: 296: return to_resource.to_trans 297: end