Skip to content

Commit 79c8713

Browse files
committed
(MODULES-3271) Ensure that is_email_address works on unsupported rubies
1 parent 7335086 commit 79c8713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/parser/functions/is_email_address.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
module Puppet::Parser::Functions
6-
newfunction(:is_email_address, type: :rvalue, doc: <<-EOS
6+
newfunction(:is_email_address, :type => :rvalue, :doc => <<-EOS
77
Returns true if the string passed to this function is a valid email address.
88
EOS
99
) do |arguments|

0 commit comments

Comments
 (0)