Method: Qonfig::CommandSet#initialize

Defined in:
lib/qonfig/command_set.rb

#initializevoid

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.

Since:

  • 0.1.0



20
21
22
23
# File 'lib/qonfig/command_set.rb', line 20

def initialize
  @commands = []
  @access_lock = Mutex.new
end