summaryrefslogtreecommitdiffstats
path: root/lib/blink/element.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-05-30 23:24:51 +0000
committerLuke Kanies <luke@madstop.com>2005-05-30 23:24:51 +0000
commit18d755ac266e15f5c9fb284846df1c7d4c4a1457 (patch)
treefccbde89fc546806060d0c1ac57c56ad4d0c1d36 /lib/blink/element.rb
parent922994edc1447e523ba0ddc4efa0c9b61fa55fc8 (diff)
downloadpuppet-18d755ac266e15f5c9fb284846df1c7d4c4a1457.tar.gz
puppet-18d755ac266e15f5c9fb284846df1c7d4c4a1457.tar.xz
puppet-18d755ac266e15f5c9fb284846df1c7d4c4a1457.zip
Rahh! component dependencies now work!
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@291 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/blink/element.rb')
-rw-r--r--lib/blink/element.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/blink/element.rb b/lib/blink/element.rb
index 5397548d1..dd187977a 100644
--- a/lib/blink/element.rb
+++ b/lib/blink/element.rb
@@ -16,7 +16,7 @@ class Blink::Element
#---------------------------------------------------------------
# all of our subclasses must respond to each of these methods...
@@interface_methods = [
- :retrieve, :insync?, :sync, :fqpath, :evaluate, :refresh
+ :retrieve, :insync?, :sync, :fqpath, :evaluate
]
# so raise an error if a method that isn't overridden gets called