aboutsummaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/strlength.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/functions/strlength.rb')
-rw-r--r--lib/puppet/parser/functions/strlength.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/puppet/parser/functions/strlength.rb b/lib/puppet/parser/functions/strlength.rb
deleted file mode 100644
index 147b24a..0000000
--- a/lib/puppet/parser/functions/strlength.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module Puppet::Parser::Functions
- newfunction(:strlength, :type => :rvalue) do |args|
- args[0].to_s.length
- end
-end
-