Method: Inspec::DescribeBase#initialize
- Defined in:
- lib/inspec/describe.rb
#initialize(action) ⇒ DescribeBase
Returns a new instance of DescribeBase.
7 8 9 10 |
# File 'lib/inspec/describe.rb', line 7 def initialize(action) @action = action @checks = [] end |