Method: Inspec::Metadata#supports
- Defined in:
- lib/inspec/metadata.rb
#supports(sth, version = nil) ⇒ Object
39 40 41 42 43 |
# File 'lib/inspec/metadata.rb', line 39 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 |