From 4da6d8222eeca060ad91c9a49f965ec1150a37c2 Mon Sep 17 00:00:00 2001 From: Krzysztof Wilczynski Date: Sat, 30 Apr 2011 02:54:47 +0100 Subject: Changed wording of the note in the comment. Signed-off-by: Krzysztof Wilczynski --- lstrip.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lstrip.rb') diff --git a/lstrip.rb b/lstrip.rb index 241b683..a7b2656 100644 --- a/lstrip.rb +++ b/lstrip.rb @@ -19,6 +19,7 @@ module Puppet::Parser::Functions end if value.is_a?(Array) + # Numbers in Puppet are often string-encoded which is troublesome ... result = value.collect { |i| i.is_a?(String) ? i.lstrip : i } else result = value.lstrip -- cgit v1.2.3