Method: Command::DSL::Formatting#begin_list

Defined in:
lib/command-set/dsl.rb

#begin_list(name, options = {}) ⇒ Object

Tells the main collector to begin a list. Subsequent output will be gathered into that list. For more, check out Results::Collector



477
478
479
# File 'lib/command-set/dsl.rb', line 477

def begin_list(name, options={})
  $stdout.relevant_collector.begin_list(name, options)
end