Class: PuppetDebugger::InputResponders::Set

Inherits:
PuppetDebugger::InputResponderPlugin show all
Defined in:
lib/plugins/puppet-debugger/input_responders/set.rb

Constant Summary collapse

COMMAND_WORDS =
%w(set :set)
SUMMARY =
'Set the a puppet debugger config'
COMMAND_GROUP =
:scope

Instance Attribute Summary

Attributes inherited from PuppetDebugger::InputResponderPlugin

#debugger

Instance Method Summary collapse

Methods inherited from PuppetDebugger::InputResponderPlugin

command_group, command_words, details, execute, summary

Instance Method Details

#run(args = []) ⇒ Object



9
10
11
# File 'lib/plugins/puppet-debugger/input_responders/set.rb', line 9

def run(args = [])
  handle_set(args)
end