We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd355d commit 99a684dCopy full SHA for 99a684d
lib/puppet/parser/functions/round.rb
@@ -11,11 +11,9 @@ module Puppet::Parser::Functions
11
@return
12
the rounded value as integer
13
14
- @example
15
-
16
- ```round(2.9)``` returns ```3```
17
18
- ```round(2.4)``` returns ```2```
+ @example Example usage
+ round(2.9) #=> 3
+ round(2.4) #=> 2
19
20
> *Note:* from Puppet 6.0.0, the compatible function with the same name in Puppet core
21
will be used instead of this function.
0 commit comments