Method: Inspec::Metadata#supports
- Defined in:
- lib/inspec/metadata.rb
#supports(sth, version = nil) ⇒ Object
50 51 52 53 54 |
# File 'lib/inspec/metadata.rb', line 50 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 |