Method: Inspec::Resources::OsEnv#content
- Defined in:
- lib/inspec/resources/os_env.rb
#content ⇒ Object
44 45 46 47 |
# File 'lib/inspec/resources/os_env.rb', line 44 def content return @content if defined?(@content) @content = value_for(@osenv, @target) unless @osenv.nil? end |