summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/validate_bool.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_bool.rb
parent4b5dfcc733cf5c56095313fcb16e155886ac9b4d (diff)
downloadpuppet-stdlib-9e87fd14571ba3a75789417e7aa4df05d4a7345c.tar.gz
puppet-stdlib-9e87fd14571ba3a75789417e7aa4df05d4a7345c.tar.bz2
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_bool.rb')
-rw-r--r--lib/puppet/parser/functions/validate_bool.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/puppet/parser/functions/validate_bool.rb b/lib/puppet/parser/functions/validate_bool.rb
index 82a45fb..62c1d88 100644
--- a/lib/puppet/parser/functions/validate_bool.rb
+++ b/lib/puppet/parser/functions/validate_bool.rb
@@ -17,9 +17,6 @@ module Puppet::Parser::Functions
validate_bool("true")
validate_bool($some_array)
- * Jeff McCune <jeff@puppetlabs.com>
- * Dan Bode <dan@puppetlabs.com>
-
ENDHEREDOC
unless args.length > 0 then