# File lib/puppet/type.rb, line 948 948: def self.create(args) 949: # LAK:DEP Deprecation notice added 12/17/2008 950: Puppet.warning "Puppet::Type.create is deprecated; use Puppet::Type.new" 951: new(args) 952: end