Method: Inspec::Control#initialize
- Defined in:
- lib/inspec/objects/control.rb
#initialize ⇒ Control
4 5 6 7 8 9 |
# File 'lib/inspec/objects/control.rb', line 4 def initialize @tests = [] @tags = [] @refs = [] @descriptions = {} end |