Method: Inspec::Control#initialize
- Defined in:
- lib/inspec/objects/control.rb
#initialize ⇒ Control
Returns a new instance of Control.
6 7 8 9 10 |
# File 'lib/inspec/objects/control.rb', line 6 def initialize @tests = [] @tags = [] @refs = [] end |