Skip to content

Commit 27236a7

Browse files
author
Helen
committed
Merge pull request #598 from DavidS/MODULES-3271-legacy-ruby
(MODULES-3271) Ensure that is_email_address works on unsupported rubies
2 parents 768b6ce + 79c8713 commit 27236a7

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)