summaryrefslogtreecommitdiffstats
path: root/lib/blink/interface.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-04-14 04:49:28 +0000
committerLuke Kanies <luke@madstop.com>2005-04-14 04:49:28 +0000
commitc6755f5f30be79ddb42c0afc4d89be42a2df47f9 (patch)
tree0ff0ccc7d1b013680346bba10c7d5216ea693ad7 /lib/blink/interface.rb
parente5676ab347399a1f32e77bf4f64eaa73d54a895b (diff)
downloadpuppet-c6755f5f30be79ddb42c0afc4d89be42a2df47f9.tar.gz
puppet-c6755f5f30be79ddb42c0afc4d89be42a2df47f9.tar.xz
puppet-c6755f5f30be79ddb42c0afc4d89be42a2df47f9.zip
adding class collection and naming stuff
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@149 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/blink/interface.rb')
-rw-r--r--lib/blink/interface.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/blink/interface.rb b/lib/blink/interface.rb
index 4a507c3b9..6362fcc39 100644
--- a/lib/blink/interface.rb
+++ b/lib/blink/interface.rb
@@ -34,6 +34,7 @@ module Blink
# we, uh, don't do anything
end
end
+ self.retrieve
end
#---------------------------------------------------------------
@@ -42,7 +43,7 @@ module Blink
[:sync,:retrieve].each { |method|
self.send(:define_method,method) {
self.each { |subobj|
- Blink.debug("sending '%s' to '%s'" % [method,subobj])
+ #Blink.debug("sending '%s' to '%s'" % [method,subobj])
subobj.send(method)
}
}