Method: Specinfra::Command::Linux::Base::File.check_is_immutable
- Defined in:
- lib/specinfra/command/linux/base/file.rb
permalink .check_is_immutable(file) ⇒ Object
[View source]
7 8 9 |
# File 'lib/specinfra/command/linux/base/file.rb', line 7 def check_is_immutable(file) check_attribute(file, 'i') end |