Method: Inspec::Resources::FileResource#content
- Defined in:
- lib/inspec/resources/file.rb
#content ⇒ Object
57 58 59 60 61 62 |
# File 'lib/inspec/resources/file.rb', line 57 def content res = file.content return nil if res.nil? res.force_encoding("utf-8") end |