We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 768b6ce + 79c8713 commit 27236a7Copy full SHA for 27236a7
lib/puppet/parser/functions/is_email_address.rb
@@ -3,7 +3,7 @@
3
#
4
5
module Puppet::Parser::Functions
6
- newfunction(:is_email_address, type: :rvalue, doc: <<-EOS
+ newfunction(:is_email_address, :type => :rvalue, :doc => <<-EOS
7
Returns true if the string passed to this function is a valid email address.
8
EOS
9
) do |arguments|
0 commit comments