Method: Inspec::Describe#initialize
- Defined in:
- lib/inspec/objects/describe.rb
#initialize ⇒ Describe
Returns a new instance of Describe.
57 58 59 60 61 62 63 |
# File 'lib/inspec/objects/describe.rb', line 57 def initialize @qualifier = [] @tests = [] @variables = [] Inspec.deprecate(:object_classes, "The Inspec::Describe class is deprecated. Use the Inspec::Object::Describe class from the inspec-objects Ruby library.") end |