whitespace
This commit is contained in:
parent
91ea4d11ae
commit
37b37ae82f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
module Puppet::Parser::Functions
|
||||
newfunction(:strlength, :type => :rvalue) do |args|
|
||||
args[0].to_s.length
|
||||
args[0].to_s.length
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue