Method: Specinfra::Command::Aix::Base::File.check_has_mode
- Defined in:
- lib/specinfra/command/aix/base/file.rb
permalink .check_has_mode(file, mode) ⇒ Object
7 8 9 |
# File 'lib/specinfra/command/aix/base/file.rb', line 7 def check_has_mode(file, mode) raise NotImplementedError.new('check_has_mode is not implemented in Specinfra::Command::AIX::Base::File') end |