Method: Inspec::Runner#all_rules
- Defined in:
- lib/inspec/runner.rb
#all_rules ⇒ Object
In some places we read the rules off of the runner, in other places we read it off of the profile context. To keep the API’s the same, we provide an #all_rules method here as well.
215 216 217 |
# File 'lib/inspec/runner.rb', line 215 def all_rules @rules end |