Class: DebuggerXml::Vim::ControlCommandProcessor

Inherits:
Ide::ControlCommandProcessor show all
Defined in:
lib/debugger_xml/vim/control_command_processor.rb

Instance Method Summary collapse

Methods inherited from Ide::ControlCommandProcessor

#process_commands

Constructor Details

#initialize(*args) ⇒ ControlCommandProcessor

Returns a new instance of ControlCommandProcessor.



7
8
9
10
# File 'lib/debugger_xml/vim/control_command_processor.rb', line 7

def initialize(*args)
  super(*args)
  @mutex = Mutex.new
end