class PuppetDebugger::InputResponders::Facts

Constants

COMMAND_GROUP
COMMAND_WORDS
SUMMARY

Public Instance Methods

run(_args = []) click to toggle source
# File lib/plugins/puppet-debugger/input_responders/facts.rb, line 11
def run(_args = [])
  variables = debugger.node.facts.values
  variables.ai(sort_keys: true, indent: -1)
end