class PuppetDebugger::InputResponders::Classification

Constants

COMMAND_GROUP
COMMAND_WORDS
SUMMARY

Public Instance Methods

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