class PuppetDebugger::InputResponders::Exit

Constants

COMMAND_GROUP
COMMAND_WORDS
SUMMARY

Public Instance Methods

run(_args = []) click to toggle source
# File lib/plugins/puppet-debugger/input_responders/exit.rb, line 11
def run(_args = [])
  exit 0
end