From 78939cc0ae05e21887f3a297dc5cd718f9cb5502 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Wed, 17 Aug 2005 15:57:33 +0000 Subject: passing file and line to all objects git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@557 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb index cacc78c28..043c90e81 100644 --- a/lib/puppet/type.rb +++ b/lib/puppet/type.rb @@ -35,7 +35,7 @@ require 'puppet/type/state' module Puppet class Type < Puppet::Element attr_accessor :children, :parameters, :parent - attr_accessor :paramdoc + attr_accessor :paramdoc, :file, :line include Enumerable @@retrieved = Hash.new(0) -- cgit