class PuppetDebugger::InputResponders::Environment
Constants
- COMMAND_GROUP
- COMMAND_WORDS
- SUMMARY
Public Instance Methods
run(_args = [])
click to toggle source
# File lib/plugins/puppet-debugger/input_responders/environment.rb, line 11 def run(_args = []) "Puppet Environment: #{debugger.puppet_env_name}" end