Class: Kafo::HelpBuilders::Basic

Inherits:
Base
  • Object
show all
Defined in:
lib/kafo/help_builders/basic.rb

Instance Method Summary collapse

Methods inherited from Base

#add_list, #initialize

Methods included from StringHelper

#dashize, #parametrize, #underscore, #with_prefix

Constructor Details

This class inherits a constructor from Kafo::HelpBuilders::Base

Instance Method Details

#add_module(name, items) ⇒ Object



6
7
8
9
# File 'lib/kafo/help_builders/basic.rb', line 6

def add_module(name, items)
  data = by_parameter_groups(items)
  add_list(module_header(name), data['Basic'])
end