puppetlabs-stdlib/lib
Steve Huff 4732676548 add a "step" argument to range()
This patch adds an optional "step" argument to the stdlib range()
function.  There is no change to the default behavior of the function;
however, passing a numeric "step" argument invokes the Ruby Range#step
method, e.g.

    range("0", "9", "2")

returns

    [0,2,4,6,8]
2012-04-03 11:46:20 -04:00
..
facter (#9859) Add root_home fact and tests 2011-10-03 11:51:05 -07:00
puppet add a "step" argument to range() 2012-04-03 11:46:20 -04:00