summaryrefslogtreecommitdiffstats
path: root/lib/puppet/element.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-07-12 03:50:52 +0000
committerLuke Kanies <luke@madstop.com>2005-07-12 03:50:52 +0000
commitcc78949a3946ef976562eb3dec9ad31eefa7d4fe (patch)
tree2f87659de6902cb9107e01671404a375f0912cfa /lib/puppet/element.rb
parent1f2c866e7fa08c748d4bf75a6997330182d91cf1 (diff)
downloadpuppet-cc78949a3946ef976562eb3dec9ad31eefa7d4fe.tar.gz
puppet-cc78949a3946ef976562eb3dec9ad31eefa7d4fe.tar.xz
puppet-cc78949a3946ef976562eb3dec9ad31eefa7d4fe.zip
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
Diffstat (limited to 'lib/puppet/element.rb')
-rw-r--r--lib/puppet/element.rb2
1 files changed, 1 insertions, 1 deletions
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