Minor change.

Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
This commit is contained in:
Krzysztof Wilczynski 2011-04-29 20:58:49 +01:00
parent 8454622e32
commit 96777a0033

1
abs.rb
View file

@ -23,6 +23,7 @@ module Puppet::Parser::Functions
end
end
# We have numeric value to handle ...
result = value.abs
return result