# File lib/puppet/parser/resource.rb, line 217 217: def to_trans 218: return nil if virtual? 219: 220: to_resource.to_trans 221: end