method
new
new(*groups)
public
Hide source
# File lib/prettyprint.rb, line 311 def initialize(*groups) @queue = [] groups.each {|g| enq g} end