puppetlabs-stdlib/lib/puppet
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
..
parser/functions add a "step" argument to range() 2012-04-03 11:46:20 -04:00
provider/file_line (#8792) Rename whole_line type to file_line 2011-08-04 19:17:48 -07:00
type (#8792) Rename whole_line type to file_line 2011-08-04 19:17:48 -07:00