summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/validate_re.rb
diff options
context:
space:
mode:
authornfagerlund <nick.fagerlund@gmail.com>2011-08-17 15:55:07 -0700
committernfagerlund <nick.fagerlund@gmail.com>2011-08-18 12:39:05 -0700
commit9e87fd14571ba3a75789417e7aa4df05d4a7345c (patch)
treece47fa1a69464d6c931b17648cd3d9668bfd9333 /lib/puppet/parser/functions/validate_re.rb
parent4b5dfcc733cf5c56095313fcb16e155886ac9b4d (diff)
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.
Diffstat (limited to 'lib/puppet/parser/functions/validate_re.rb')
-rw-r--r--lib/puppet/parser/functions/validate_re.rb2
1 files changed, 0 insertions, 2 deletions
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 <jeff@puppetlabs.com>
-
ENDHEREDOC
if args.length != 2 then
raise Puppet::ParseError, ("validate_re(): wrong number of arguments (#{args.length}; must be 2)")