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 --- chop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chop.rb') diff --git a/chop.rb b/chop.rb index 32ce040..0f9af86 100644 --- a/chop.rb +++ b/chop.rb @@ -19,7 +19,7 @@ module Puppet::Parser::Functions end if value.is_a?(Array) - # Numbers in Puppet are often string-encoded ... + # Numbers in Puppet are often string-encoded which is troublesome ... result = value.collect { |i| i.is_a?(String) ? i.chop : i } else result = value.chop -- cgit v1.2.3