Method: Qonfig::CommandSet#concat

Defined in:
lib/qonfig/command_set.rb

#concat(command_set) ⇒ void

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

This method returns an undefined value.

Parameters:

Since:

  • 0.1.0



49
50
51
# File 'lib/qonfig/command_set.rb', line 49

def concat(command_set)
  thread_safe { commands.concat(command_set.commands) }
end