Module R10K::Util::Setopts
In: lib/r10k/util/setopts.rb

Allow for easy setting of instance options based on a hash

This emulates the behavior of Ruby 2.0 named arguments, but since r10k supports Ruby 1.8.7+ we cannot use that functionality.

[Validate]