Method: Inspec::Backend::Base#version
- Defined in:
- lib/inspec/backend.rb
#version ⇒ String
Provide a shorthand to retrieve the inspec version from within a profile
16 17 18 |
# File 'lib/inspec/backend.rb', line 16 def version Inspec::VERSION end |