Method: Specinfra::Command::Linux::Base::Inventory.get_filesystem
- Defined in:
- lib/specinfra/command/linux/base/inventory.rb
.get_filesystem ⇒ Object
23 24 25 |
# File 'lib/specinfra/command/linux/base/inventory.rb', line 23 def get_filesystem 'df -P' end |