# File lib/puppet/type.rb, line 820 820: def self.create(args) 821: # LAK:DEP Deprecation notice added 12/17/2008 822: Puppet.warning "Puppet::Type.create is deprecated; use Puppet::Type.new" 823: new(args) 824: end