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_re.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/puppet/parser/functions/validate_re.rb') diff --git a/lib/puppet/parser/functions/validate_re.rb b/lib/puppet/parser/functions/validate_re.rb index 9e61ef5..8033ca3 100644 --- a/lib/puppet/parser/functions/validate_re.rb +++ b/lib/puppet/parser/functions/validate_re.rb @@ -17,8 +17,6 @@ module Puppet::Parser::Functions validate_re('one', [ '^two', '^three' ]) - Jeff McCune - ENDHEREDOC if args.length != 2 then raise Puppet::ParseError, ("validate_re(): wrong number of arguments (#{args.length}; must be 2)") -- cgit v1.2.3