HomePhorge

maint: Add Array combinations method
3094d423c498Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

maint: Add Array combinations method

Ruby < 1.8.7 doesn't have this method and we're using it in a test, so
tests won't run on 1.8.6 until this is in place.

It's probably a good thing to use much in implementation since it's
written in pure Ruby when using < 1.8.7 and in C when in > 1.8.7, but
then if you're using older Rubies you're probably not expecting much for
performance anyway.

Reviewed-by: Daniel Pittman <daniel@puppetlabs.com>

Details

Provenance
Matt Robinson <matt@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUe0a2e9180c20: maint: mark tests pending for a discovered bug...
Branches
Unknown
Tags
Unknown

Event Timeline

Matt Robinson <matt@puppetlabs.com> committed rPU3094d423c498: maint: Add Array combinations method (authored by Matt Robinson <matt@puppetlabs.com>).Apr 8 2011, 9:06 PM