From cc78949a3946ef976562eb3dec9ad31eefa7d4fe Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Tue, 12 Jul 2005 03:50:52 +0000 Subject: in the middle of a bunch of refactoring; committing so that others can try to replicate the segfault i am seeing git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@370 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/element.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/element.rb') diff --git a/lib/puppet/element.rb b/lib/puppet/element.rb index 41bf2f07e..19e8c7dbc 100644 --- a/lib/puppet/element.rb +++ b/lib/puppet/element.rb @@ -17,7 +17,7 @@ class Puppet::Element #--------------------------------------------------------------- # all of our subclasses must respond to each of these methods... @@interface_methods = [ - :retrieve, :insync?, :sync, :fqpath, :evaluate + :retrieve, :insync?, :sync, :path, :evaluate ] # so raise an error if a method that isn't overridden gets called -- cgit