Method: Inspec::Config.cached
- Defined in:
- lib/inspec/config.rb
.cached ⇒ Object
Use this to get a cached version of the config. This prevents you from being required to pass it around everywhere.
39 40 41 |
# File 'lib/inspec/config.rb', line 39 def self.cached @cached_config end |