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 --- chomp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chomp.rb') diff --git a/chomp.rb b/chomp.rb index aba9e8d..e1d788a 100644 --- a/chomp.rb +++ b/chomp.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.chomp : i } else result = value.chomp -- cgit v1.2.3