diff options
author | Luke Kanies <luke@madstop.com> | 2005-04-14 17:20:11 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-04-14 17:20:11 +0000 |
commit | e86cf4c5cc016a1d71e4f3fc40db754b1e2c9ce9 (patch) | |
tree | 395e84fdf89c076a49f96264f2e5100447663a06 /lib/blink/interface.rb | |
parent | d8e8b7bac463353728f703a73ae98deedc3fc146 (diff) | |
download | puppet-e86cf4c5cc016a1d71e4f3fc40db754b1e2c9ce9.tar.gz puppet-e86cf4c5cc016a1d71e4f3fc40db754b1e2c9ce9.tar.xz puppet-e86cf4c5cc016a1d71e4f3fc40db754b1e2c9ce9.zip |
renaming "value" to "is"
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@158 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/blink/interface.rb')
-rw-r--r-- | lib/blink/interface.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/blink/interface.rb b/lib/blink/interface.rb index f778dc802..7e19c9798 100644 --- a/lib/blink/interface.rb +++ b/lib/blink/interface.rb @@ -105,8 +105,8 @@ module Blink raise "'#{newobj.name}' already exists in " + "class '#{newobj.class}': #{@objects[newobj.name]}" else - Blink.debug("adding %s of type %s to class list" % - [object.name,object.class]) + #Blink.debug("adding %s of type %s to class list" % + # [object.name,object.class]) @objects[newobj.name] = newobj end end |