]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
Add a ceiling function to complement the floor function.
authorAdam Crews <adam@pathdefender.com>
Mon, 2 Feb 2015 06:46:16 +0000 (22:46 -0800)
committerAdam Crews <adam@pathdefender.com>
Mon, 2 Feb 2015 06:46:16 +0000 (22:46 -0800)
commit53b1802a92010c9f2ef557005c57977cb219cb64
treedf158afeed16baaf41cd109d90f4393e8976094b
parent5863ab3901368310186790980aea2b0bf7cecb06
Add a ceiling function to complement the floor function.
README.markdown
lib/puppet/parser/functions/ceiling.rb [new file with mode: 0644]
spec/acceptance/ceiling_spec.rb [new file with mode: 0755]
spec/functions/ceiling_spec.rb [new file with mode: 0755]