summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/camelcase.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/functions/camelcase.rb')
-rw-r--r--lib/puppet/parser/functions/camelcase.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/parser/functions/camelcase.rb b/lib/puppet/parser/functions/camelcase.rb
index dd67915..085b3c6 100644
--- a/lib/puppet/parser/functions/camelcase.rb
+++ b/lib/puppet/parser/functions/camelcase.rb
@@ -1,5 +1,6 @@
#
# camelcase.rb
+# Please note: This function is an implementation of a Ruby class and as such may not be entirely UTF8 compatible. To ensure compatibility please use this function with Ruby 2.4.0 or greater - https://bugs.ruby-lang.org/issues/10085.
#
module Puppet::Parser::Functions