# File lib/prettyprint.rb, line 313
def
initialize
(
*
groups
)
@queue
= []
groups
.
each
{
|
g
|
enq
g
}
end