Method: Inspec::Resources::FileSystemResource#info
- Defined in:
- lib/resources/filesystem.rb
#info ⇒ Object
39 40 41 42 43 |
# File 'lib/resources/filesystem.rb', line 39 def info return @cache if !@cache.nil? return {} if @fsman.nil? @cache = @fsman.info(@partition) end |