Method: Inspec::Config::Defaults.for_command
- Defined in:
- lib/inspec/config.rb
.for_command(command_name) ⇒ Object
505 506 507 |
# File 'lib/inspec/config.rb', line 505 def self.for_command(command_name) DEFAULTS[command_name] || {} end |