[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35

Luke Kanies luke at puppetlabs.com
Wed Jul 14 10:32:26 UTC 2010


The following commit has been merged in the upstream branch:
commit 41aeba49ed4afc523f0e9827076cb3532569f49f
Author: Luke Kanies <luke at puppetlabs.com>
Date:   Mon Apr 12 11:36:40 2010 -0700

    Removing vistigial method in ASTHash
    
    Signed-off-by: Luke Kanies <luke at puppetlabs.com>

diff --git a/lib/puppet/parser/ast/asthash.rb b/lib/puppet/parser/ast/asthash.rb
index 2860657..3e09457 100644
--- a/lib/puppet/parser/ast/asthash.rb
+++ b/lib/puppet/parser/ast/asthash.rb
@@ -4,9 +4,6 @@ class Puppet::Parser::AST
     class ASTHash < Leaf
         include Enumerable
 
-        def [](index)
-        end
-
         # Evaluate our children.
         def evaluate(scope)
             items = {}

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list