Method: Inspec::Resources::FileResource#content
- Defined in:
- lib/resources/file.rb
#content ⇒ Object
42 43 44 45 46 |
# File 'lib/resources/file.rb', line 42 def content res = file.content return nil if res.nil? res.force_encoding('utf-8') end |