Class: DebuggerXml::Vim::ControlCommandProcessor
- Inherits:
-
Ide::ControlCommandProcessor
- Object
- Ide::ControlCommandProcessor
- DebuggerXml::Vim::ControlCommandProcessor
- Defined in:
- lib/debugger_xml/vim/control_command_processor.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ ControlCommandProcessor
constructor
A new instance of ControlCommandProcessor.
Methods inherited from Ide::ControlCommandProcessor
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 |