Boa Ho Man

Results 2 issues of Boa Ho Man

The current configuration only allows for a single worker type/size/count. It'll be great if this could support an array of workers, each with their own configurations.

When running keep-sorted in our ruby code base, we have the following syntax that wraps arrays ```ruby # keep-sorted start SOME_ARRAY = %w[ AAA BBB CCC ].freeze # keep-sorted end...