Method: Qonfig::CommandSet#initialize
- Defined in:
- lib/qonfig/command_set.rb
#initialize ⇒ 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.
20 21 22 23 |
# File 'lib/qonfig/command_set.rb', line 20 def initialize @commands = [] @access_lock = Mutex.new end |