Method: Inspec::Metadata#supports
- Defined in:
- lib/inspec/metadata.rb
#supports(sth, version = nil) ⇒ Object
43 44 45 46 47 |
# File 'lib/inspec/metadata.rb', line 43 def supports(sth, version = nil) # Ignore supports with metadata.rb. This file is legacy and the way it # it handles `supports` deprecated. A deprecation warning will be printed # already. end |