From 9e87fd14571ba3a75789417e7aa4df05d4a7345c Mon Sep 17 00:00:00 2001 From: nfagerlund Date: Wed, 17 Aug 2011 15:55:07 -0700 Subject: Docs: Remove author emails from stdlib functions Author email addresses were included in the doc strings for some (but not all) stdlib functions. This commit removes them in the interest of consistency. --- lib/puppet/parser/functions/validate_hash.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/puppet/parser/functions/validate_hash.rb') diff --git a/lib/puppet/parser/functions/validate_hash.rb b/lib/puppet/parser/functions/validate_hash.rb index 1b1c854..9bdd543 100644 --- a/lib/puppet/parser/functions/validate_hash.rb +++ b/lib/puppet/parser/functions/validate_hash.rb @@ -16,8 +16,6 @@ module Puppet::Parser::Functions $undefined = undef validate_hash($undefined) - * Jeff McCune - ENDHEREDOC unless args.length > 0 then -- cgit v1.2.3