Minor change.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
This commit is contained in:
parent
8454622e32
commit
96777a0033
1 changed files with 1 additions and 0 deletions
1
abs.rb
1
abs.rb
|
@ -23,6 +23,7 @@ module Puppet::Parser::Functions
|
|||
end
|
||||
end
|
||||
|
||||
# We have numeric value to handle ...
|
||||
result = value.abs
|
||||
|
||||
return result
|
||||
|
|
Loading…
Reference in a new issue