Method: EacCli::RunnerWith::Help#help_list_section

Defined in:
lib/eac_cli/runner_with/help.rb

#help_list_section(title, items) ⇒ String

Parameters:

  • items (Enumerable<String>)

Returns:

  • (String)


24
25
26
# File 'lib/eac_cli/runner_with/help.rb', line 24

def help_list_section(title, items)
  ::EacCli::RunnerWith::Help::Layout.list_section(title, items)
end