Class: PuppetDebugger::InputResponders::FacterdbFilter

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

Constant Summary collapse

COMMAND_WORDS =
%w(facterdb_filter ff)
SUMMARY =
'Set the facterdb filter'
COMMAND_GROUP =
:node

Instance Attribute Summary

Attributes inherited from PuppetDebugger::InputResponderPlugin

#debugger

Instance Method Summary collapse

Methods inherited from PuppetDebugger::InputResponderPlugin

command_completion, command_group, command_words, details, execute, #modules_paths, #puppet_debugger_lib_dir, summary

Instance Method Details

#run(args = []) ⇒ Object

displays the facterdb filter

Parameters:

  • - (Array)

    args is not used



11
12
13
# File 'lib/plugins/puppet-debugger/input_responders/facterdb_filter.rb', line 11

def run(args = [])
  debugger.dynamic_facterdb_filter.ai
end