From: Krzysztof Wilczynski Date: Fri, 29 Apr 2011 19:58:49 +0000 (+0100) Subject: Minor change. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=96777a0033b584a4f8940896cc2adf87560bfb9a;p=puppet-stdlib.git Minor change. Signed-off-by: Krzysztof Wilczynski --- diff --git a/abs.rb b/abs.rb index 694bff9..aee68e4 100644 --- a/abs.rb +++ b/abs.rb @@ -23,6 +23,7 @@ module Puppet::Parser::Functions end end + # We have numeric value to handle ... result = value.abs return result