Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-03 | add a "step" argument to range() | Steve Huff | |
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] | |||
2011-08-05 | * Moved kwalify to puppetlabs-kwalify project | Ken Barber | |
* Re-arranged tests in line with puppetlabs-stdlib |